UNPKG

yw

Version:

易诊前端构建工具

33 lines (18 loc) 371 B
# yw [![NPM version](https://img.shields.io/npm/v/yw.svg?style=flat)](https://www.npmjs.com/package/yw) [yw](https://github.com/wudi0431/yw) boilerplate generator. ---- ## Install ```bash $ cnpm / npm install yw -g ``` ## Usage ```bash $ yw init projectname $ cd projectname $ cnpm / npm install 启动项目 $ grunt server 打包项目 $ grunt build ```