You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
305 B

## 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/)