正在显示
1 个修改的文件
包含
19 行增加
和
0 行删除
1 | # umi-blocks | 1 | # umi-blocks |
2 | 2 | ||
3 | Official collection of some high quality blocks. | 3 | Official collection of some high quality blocks. |
4 | + | ||
5 | +## Usage | ||
6 | + | ||
7 | +```shell | ||
8 | +$ umi block list | ||
9 | +$ umi block add [A block name in list, or any github address of a umi block] | ||
10 | +``` | ||
11 | + | ||
12 | +You can visit umi [doc](https://umijs.org/guide/block.html) for find out more info about umi block. | ||
13 | + | ||
14 | +## Contribute | ||
15 | + | ||
16 | +You can create a umi block and make a PR for us! | ||
17 | + | ||
18 | +How to create a block: | ||
19 | + | ||
20 | +```shell | ||
21 | +$ yarn create umi --block | ||
22 | +``` |
请
注册
或
登录
后发表评论