More Premium Hugo Themes Premium Vue Themes

Vue Devui Early

Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui

Vue Devui Early

Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui

Author Avatar Theme by kagol
Github Stars Github Stars: 40
Last Commit Last Commit: Apr 1, 2021 -
First Commit Created: Apr 29, 2023 -
Vue Devui Early screenshot

Overview:

Vue DevUI is a component library for Vue3, based on the ng-devui project (https://github.com/devcloudfe/ng-devui). It is currently in the incubation and evolution stage, and developers are encouraged to participate in its development. By contributing to Vue DevUI, developers can learn the latest Vite+Vue3+TSX technologies, gain experience in component design and development, and be part of an open-source community.

Features:

  • Tabs: A component for creating tabbed navigation.
  • Accordion: A component that allows expanding and collapsing sections of content.
  • Alert Panel: A component for displaying alert messages.
  • Codebox Highlight: A component for highlighting code syntax.
  • Button: A component for creating buttons.

Installation:

To install Vue DevUI, follow these steps:

  1. Install dependencies:
npm install --save vue-devui
  1. Start the development server:
npm run dev
  1. Access the application in the browser at http://localhost:3000/.

  2. For production build:

npm run build

Summary:

Vue DevUI is a component library for Vue3 that is currently in the incubation stage. It offers a range of useful components such as Tabs, Accordion, Alert Panel, Codebox Highlight, and Button. Developers can contribute to the development of Vue DevUI and learn the latest Vue3 technologies in the process. The installation process is straightforward, making it easy to get started with Vue DevUI.