见: https://github.com/giant35/vue-parcel-demo
package.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
{ "name": "vue-todo", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@vue/component-compiler-utils": "^2.3.0", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "parcel-bundler": "^1.10.3", "vue": "^2.5.17", "vue-template-compiler": "^2.5.17" }, "dependencies": { "vue-hot-reload-api": "^2.3.1" } } |