# parcel

cnpm install parcel-bundler -g 
parcel index.html
{
  "scripts": {
    "dev": "parcel <your entry file>",
    "build": "parcel build <your entry file>",
	"start":"parcel build parcel/index.html --no-cache -d parcel/dist --public-url"
  }
}
最后更新: 1/10/2021, 12:12:28 PM