mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Update gitignore, add build:dev command
This commit is contained in:
+1
-1
@@ -1,6 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/dist
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
@@ -27,3 +26,4 @@ test/unit/coverage
|
|||||||
docs/gitbook/_book
|
docs/gitbook/_book
|
||||||
docs/node_modules
|
docs/node_modules
|
||||||
site
|
site
|
||||||
|
dev/dist
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve ./dev/dev.js",
|
"serve": "vue-cli-service serve ./dev/dev.js",
|
||||||
"build": "vue-cli-service build --target lib ./src/index.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",
|
"lint": "vue-cli-service lint",
|
||||||
"test:unit": "vue-cli-service test:unit"
|
"test:unit": "vue-cli-service test:unit"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user