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:
- Install dependencies:
npm install --save vue-devui
- Start the development server:
npm run dev
Access the application in the browser at http://localhost:3000/.
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.