- 官网网站: https://lanshan.studio
// 如果已安装,则跳过该步骤。
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
// 从此你将使用cnpm代替npm
$ cnpm install
doing something
$ npm run watch // 即 webpack -p -w
$ npm run rebuild // 即 npm run clean && npm run build
$ npm run build // 即 webpack -p
$ npm run clean // 即 rm index.html && rm -rf static
@ 蓝山工作室