Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredafei/amazing-ui
基于Vue3.0 封装的UI组件库
https://github.com/fredafei/amazing-ui
chai karma mocha typescript vue3
Last synced: 8 days ago
JSON representation
基于Vue3.0 封装的UI组件库
- Host: GitHub
- URL: https://github.com/fredafei/amazing-ui
- Owner: FredaFei
- License: mit
- Created: 2018-10-08T12:09:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T00:13:15.000Z (about 2 years ago)
- Last Synced: 2025-01-21T18:11:19.159Z (8 days ago)
- Topics: chai, karma, mocha, typescript, vue3
- Language: Vue
- Homepage: https://fredafei.github.io/amazing-ui-vue3/#/doc/button
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 基于 Vue3 开发的一个 UI 组件库
[React Hooks 版本](https://fredafei.github.io/AUI/#/guide)
## 文档
[文档地址](https://fredafei.github.io/amazing-ui-vue3/#/doc/get-started)
## 运行步骤
1. 运行 yarn
2. 运行 yarn dev
3. 打开 http://127.0.0.1:3000## 官网打包步骤
1. 运行 yarn
2. 运行 yarn build
3. 得到的 dist 目录就是官网源代码
4. 编辑并运行 sh deploy.sh 就可以上传到 Github 或码云等支持 Pages 功能的平台## 库文件打包步骤
1. 运行 yarn lib
2. 得到的 dist/lib 目录就是编译后的库文件所在目录## 提问
若遇到问题或者更好的解决方案,可在该项目中提issues,欢迎相互交流学习。
(可附上代码链接,方便快速定位问题)