Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagol/vue-devui-early
Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui
https://github.com/kagol/vue-devui-early
component component-library devui tsx typescript vite vue3 vue3-composition-api vue3-devui
Last synced: about 2 months ago
JSON representation
Vue3版本的DevUI组件库。本仓库已迁移至:https://github.com/DevCloudFE/vue-devui
- Host: GitHub
- URL: https://github.com/kagol/vue-devui-early
- Owner: kagol
- License: mit
- Created: 2021-01-24T09:14:31.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-04-01T15:15:15.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:49:43.100Z (2 months ago)
- Topics: component, component-library, devui, tsx, typescript, vite, vue3, vue3-composition-api, vue3-devui
- Language: TypeScript
- Homepage: https://devui.design
- Size: 565 KB
- Stars: 40
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue DevUI
Vue3版本的DevUI组件库,基于[https://github.com/devcloudfe/ng-devui](https://github.com/devcloudfe/ng-devui)
DevUI官方网站:[https://devui.design](https://devui.design)
Tips: 该项目目前还处于孵化和演进阶段,欢迎大家一起参与建设🤝
目前,组件移植的基本流程已经打通,欢迎大家参与到 Vue DevUI 项目的建设中来!👏🎉
通过参与 Vue DevUI 项目,你可以:
- 学习最新的 Vite+Vue3+TSX 技术
- 学习如何设计和开发组件
- 参与到开源社区中来
- 结识一群热爱学习、热爱开源的朋友以下是项目进展和规划:
[项目进展和规划](https://github.com/kagol/vue-devui/wiki/%E9%A1%B9%E7%9B%AE%E8%BF%9B%E5%B1%95%E5%92%8C%E8%A7%84%E5%88%92)# 快速开始
## 1 安装依赖
```
yarn(推荐)or
npm i
```## 2 启动
```
yarn dev(推荐)or
npx vite
or
npm run dev
```## 3 访问
[http://localhost:3000/](http://localhost:3000/)
## 4 生产打包
```
yarn build(推荐)or
npm run build
```# 贡献者花名册
排名不分先后(按首字母排序)
## flxy1028
[flxy1028](https://github.com/flxy1028)
目前负责的责任田有:
- Tabs## kagol
[kagol](https://github.com/kagol)
目前负责的责任田有:
- Accordion## to0simple
[to0simple](https://github.com/to0simple)
目前负责的责任田有:
- Alert
- Panel
- Codebox
- Highlight## Zcating
[Zcating](https://github.com/Zcating)
目前负责的责任田有:
- Button