Skip to content

Instantly share code, notes, and snippets.

@cristijora
Created August 12, 2017 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cristijora/1603978b7d423f622fc7e015d544a7b7 to your computer and use it in GitHub Desktop.
Save cristijora/1603978b7d423f622fc7e015d544a7b7 to your computer and use it in GitHub Desktop.
{
"name": "vue-mvc",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --content-base ./app/webroot/app --inline --hot --port 8086",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"bootstrap": "^3.3.7",
"vue": "^2.1.6"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-vue-app": "^1.2.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"fs": "^0.0.1-security",
"style-loader": "^0.13.1",
"vue-loader": "^9.8.0",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment