Commit 1c6decccca5e1d674d7c27febe2dd59f623ae446
1 parent
fde264cc
Exists in
master
and in
3 other branches
docs: 更新README
Showing
1 changed file
with
11 additions
and
14 deletions
Show diff stats
README.md
| 1 | -# zui | |
| 1 | +# zee | |
| 2 | 2 | |
| 3 | -则一H5组件库 | |
| 3 | +则一Web组件库 | |
| 4 | 4 | |
| 5 | -## Project setup | |
| 5 | +## 安装依赖 | |
| 6 | 6 | ``` |
| 7 | 7 | yarn install |
| 8 | 8 | ``` |
| 9 | 9 | |
| 10 | -### Compiles and hot-reloads for development | |
| 10 | +### 启动开发环境 | |
| 11 | 11 | ``` |
| 12 | -yarn run serve | |
| 12 | +yarn serve | |
| 13 | 13 | ``` |
| 14 | 14 | |
| 15 | -### Compiles and minifies for production | |
| 15 | +### 打包生产环境 | |
| 16 | 16 | ``` |
| 17 | -yarn run build | |
| 17 | +yarn build | |
| 18 | 18 | ``` |
| 19 | 19 | |
| 20 | -### Run your tests | |
| 20 | +### 发布为组件库 | |
| 21 | 21 | ``` |
| 22 | -yarn run test | |
| 22 | +yarn lib | |
| 23 | 23 | ``` |
| 24 | 24 | |
| 25 | -### Lints and fixes files | |
| 25 | +### 检查代码格式 | |
| 26 | 26 | ``` |
| 27 | -yarn run lint | |
| 27 | +yarn lint | |
| 28 | 28 | ``` |
| 29 | - | |
| 30 | -### Customize configuration | |
| 31 | -See [Configuration Reference](https://cli.vuejs.org/config/). | ... | ... |