2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update gitignore, add build:dev command

This commit is contained in:
Jeff
2018-08-12 19:22:12 -07:00
parent 046d4ced34
commit b8696bcee9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
@@ -27,3 +26,4 @@ test/unit/coverage
docs/gitbook/_book
docs/node_modules
site
dev/dist
+1
View File
@@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve ./dev/dev.js",
"build": "vue-cli-service build --target lib ./src/index.js",
"build:dev": "vue-cli-service build --dest ./dev/dist ./dev/dev.js ",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},