The Parcel Bundler

作者:Sys Admin 浏览(10) 评论(0)

Parcel Doc Chinese


Walking Through:



[my dev setup for parcel:]

package.json:

{

"name": "parceltest",

"version": "1.0.0",

"description": "",

"main": "index.js",

"scripts": {

"test": "echo \"Error: no test specified\" && exit 1",

"dev":"parcel ./src/**/*.html && parcel watch ./src/**/*.*",

"build":"parcel build ./src/*.html"

},

"author": "",

"license": "ISC"

}


folder structure:


proj- 

       /src/

       /dist/





没有登录不能评论