https://github.com/mipengine/mip2-ui-components
基于 MIP2 的 UI 组件库(临时存放)
https://github.com/mipengine/mip2-ui-components
Last synced: 12 months ago
JSON representation
基于 MIP2 的 UI 组件库(临时存放)
- Host: GitHub
- URL: https://github.com/mipengine/mip2-ui-components
- Owner: mipengine
- License: mit
- Created: 2018-08-02T03:03:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T10:16:05.000Z (over 7 years ago)
- Last Synced: 2025-01-10T21:32:46.662Z (about 1 year ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 1
- Watchers: 25
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mip2-ui-components
## 官方公用组件库
以 Vuetify 为底层的组件库
## 提交步骤
1.**fork 组件仓库**
在 GitHub fork `https://github.com/mipengine/mip2-ui-components` 仓库,并 `clone` 到本地。
2.**开发**
`git clone` 出来的项目结构与 `mip2 init` 命令初始化的项目结构类似,我们可以在 `components` 目录新增组件。
- [组件开发](https://github.com/mipengine/mip2/blob/master/docs/guide/mip-cli/component-development.md)
- [调试](https://github.com/mipengine/mip2/blob/master/docs/guide/mip-cli/component-testing.md)
- [校验](https://github.com/mipengine/mip2/blob/master/docs/guide/mip-cli/cli-usage.md#mip2-validate-%E7%BB%84%E4%BB%B6%E5%92%8C%E9%A1%B5%E9%9D%A2%E6%A0%A1%E9%AA%8C)
3.**发起 Pull Request**
开发完成后,[发起 Pull Request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)
4.**官方审核通过,合入上线**
审核通过后,代码将合入 `master` 分支并上线。若不通过,请根据反馈修改后再次提交。