Hans Chan
4 years ago
6 changed files with 34 additions and 9 deletions
@ -1 +0,0 @@ |
|||||
src/cmd/editor/template/*.bundle.* |
|
@ -1 +1,27 @@ |
|||||
## iMove-cli |
## iMove-cli |
||||
|
|
||||
|
### Install |
||||
|
|
||||
|
```bash |
||||
|
npm i -g @imove/cli |
||||
|
``` |
||||
|
|
||||
|
### Usage |
||||
|
|
||||
|
- 初始化项目,创建 `imove.config.js` |
||||
|
|
||||
|
```bash |
||||
|
imove -i |
||||
|
# OR |
||||
|
imove --init |
||||
|
``` |
||||
|
|
||||
|
- 启动开发服务及编辑器 |
||||
|
|
||||
|
```bash |
||||
|
imove -de |
||||
|
# OR |
||||
|
imove --dev --editor |
||||
|
``` |
||||
|
|
||||
|
浏览器打开 [http://127.0.0.1:3500/](http://127.0.0.1:3500/) |
||||
|
Loading…
Reference in new issue