An open API service indexing awesome lists of open source software.

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 组件库(临时存放)

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` 分支并上线。若不通过,请根据反馈修改后再次提交。