$ npm install
$ npm run watch
// => watch and run ./dist/index.js
or
$ npm run watch test.js
// => watch and run ./dist/test.js
搭配sm-cli, 通过脚手架直接生成模板
如果需要结合html文件,建议使用parcel
:
$ npx parcel index.html
$ npm install
$ npm run watch
// => watch and run ./dist/index.js
or
$ npm run watch test.js
// => watch and run ./dist/test.js
搭配sm-cli, 通过脚手架直接生成模板
如果需要结合html文件,建议使用parcel
:
$ npx parcel index.html