# waft 
```
npm config set registry https://registry.npm.taobao.org
```

```
npm install waft-cli -g

waft init //创建项目
waft build //编译项目 
waft start //启动项目开发预览
```

Full doc

https://www.yuque.com/waft/docs/hqwf9a