Commit a5740d1049e7c208878400b0d1f01b2cf959311e
Committed by
GitHub
1 parent
e84bab75
Update README.md
Showing
1 changed file
with
16 additions
and
34 deletions
front-end/h5/README.md
| 1 | -# luban-h5 | |
| 1 | +## The Front-End Module For Luban H5 | |
| 2 | +includes | |
| 3 | +1. editor module | |
| 4 | +2. work list module | |
| 5 | +3. template list module | |
| 6 | +4. preview module | |
| 2 | 7 | |
| 3 | -## Project setup | |
| 4 | -``` | |
| 5 | -yarn install | |
| 6 | -``` | |
| 8 | +## Getting Started | |
| 9 | +<a href="https://www.yuque.com/liuyan-ew1qk/oh5d0n/gpfy6g" target="_blank">Read the Getting Started tutorial</a> | |
| 7 | 10 | |
| 8 | -### Compiles and hot-reloads for development | |
| 9 | -``` | |
| 10 | -yarn run serve | |
| 11 | -``` | |
| 12 | 11 | |
| 13 | -### Compiles and minifies for production | |
| 14 | -``` | |
| 15 | -yarn run build | |
| 16 | -``` | |
| 12 | +## 鲁班H5前端模块 | |
| 13 | +包含 | |
| 14 | +1. 编辑器模块 | |
| 15 | +2. 作品列表模块 | |
| 16 | +3. 模板列表模块 | |
| 17 | +4. 预览模块、 | |
| 17 | 18 | |
| 18 | -### Run your tests | |
| 19 | -``` | |
| 20 | -yarn run test | |
| 21 | -``` | |
| 19 | +## Getting Started | |
| 22 | 20 | |
| 23 | -### Lints and fixes files | |
| 24 | -``` | |
| 25 | -yarn run lint | |
| 26 | -``` | |
| 27 | - | |
| 28 | -### Run your end-to-end tests | |
| 29 | -``` | |
| 30 | -yarn run test:e2e | |
| 31 | -``` | |
| 32 | - | |
| 33 | -### Run your unit tests | |
| 34 | -``` | |
| 35 | -yarn run test:unit | |
| 36 | -``` | |
| 37 | - | |
| 38 | -### Customize configuration | |
| 39 | -See [Configuration Reference](https://cli.vuejs.org/config/). | |
| 21 | +<a href="https://ly525.github.io/luban-h5/zh/getting-started/quick-start.html" target="_blank">快速上手指南</a> | ... | ... |