Skip to content

Instantly share code, notes, and snippets.

@ktquez
Last active May 11, 2016 22:47
Show Gist options
  • Save ktquez/47bf7f8dfb7163fc351198d7cd24f813 to your computer and use it in GitHub Desktop.
Save ktquez/47bf7f8dfb7163fc351198d7cd24f813 to your computer and use it in GitHub Desktop.
Exemple of dependencies in package.json for build apps with Vue.js and webpack
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"browser-sync": "^2.12.7",
"browser-sync-webpack-plugin": "^1.0.1",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.16.1",
"style-loader": "^0.13.1",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.3.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.12.0"
},
"dependencies": {
"vue": "^1.0.24"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment