mip-project / mip

MIT License
11 stars 1 forks source link

MIP

开发

$ cnpm install # npm install

常用命令

# watch and auto re-build dist/mip.js
$ npm run dev

监控代码改动并编译代码到 dist/mip.js,可通过 open examples/simple/index.html 预览效果

# build all dist files, including npm packages
$ npm run build

编译代码到 dist 目录