jackieli123723 / jackieli123723.github.io

✅lilidong 个人博客
9 stars 0 forks source link

parcel 打包工具下一代es6自动检测不需要bable #37

Open jackieli123723 opened 6 years ago

jackieli123723 commented 6 years ago

parcel 配合vue使用

{
  "scripts": {
    "start": "cross-env NODE_ENV=development parcel index.html",
    "build": "cross-env NODE_ENV=production parcel build index.html --no-minify"
  },
  "dependencies": {
    "parcel-bundler": "^1.0.1",
    "vue": "^2.5.9"
  },
  "devDependencies": {
    "babel-preset-vue-app": "^2.0.0"
  }
}