# croot 工程脚手架

## 安装依赖
```sh
croot install lodash -S
```

## 启动
```sh
croot start --appname=huaqi
```

## 打包构建
```sh
croot build
```