2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

might as well just do it all in once commit 🤷‍♂️

This commit is contained in:
Jeff
2018-08-14 10:12:30 -07:00
parent 33a12c1da6
commit d86610098f
39 changed files with 2967 additions and 888 deletions
+6 -1
View File
@@ -4,8 +4,10 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve ./dev/dev.js",
"serve:docs": "vuepress dev docs",
"build": "vue-cli-service build --target lib ./src/index.js",
"build:dev": "vue-cli-service build --dest ./dev/dist ./dev/dev.js ",
"build:docs": "vuepress build docs",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit"
},
@@ -26,10 +28,13 @@
"gh-pages": "^0.11.0",
"lint-staged": "^7.2.0",
"lodash": "^4.17.10",
"node-sass": "^4.9.3",
"normalize.css": "^7.0.0",
"prismjs": "^1.15.0",
"sass-loader": "^7.1.0",
"vue-select": "*",
"vue-template-compiler": "^2.5.17"
"vue-template-compiler": "^2.5.17",
"vuepress": "^0.14.1"
},
"eslintConfig": {
"root": true,