2018年11月2日 | Leave a comment 见: https://github.com/giant35/vue-parcel-demo package.json { "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" } } 12345678910111213141516171819202122 { "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" }}