Added webpack build config

This commit is contained in:
euvl
2016-11-14 15:46:35 +00:00
parent 0a1017bfc4
commit a13056c608
12 changed files with 102 additions and 56 deletions

View File

@@ -10,13 +10,7 @@
"type": "git",
"url": "git+https://github.com/euvl/vue-modal.git"
},
"scripts": {
"dev": "node examples/server.js",
"build": "node build/build.js",
"lint": "eslint --fix --ext .js,.vue src"
},
"devDependencies": {
"vue": "^2.0.1",
"babel-runtime": "^6.18.0",
"autoprefixer": "^6.4.0",
"babel-core": "^6.0.0",
@@ -59,5 +53,8 @@
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"vue": "^2.0.5"
}
}