Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui
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.
To install Vue DevUI, follow these steps:
npm install --save vue-devui
npm run dev
Access the application in the browser at http://localhost:3000/.
For production build:
npm run build
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.