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

wip: get dev env running

This commit is contained in:
Jeff
2020-12-23 20:58:33 -08:00
parent 61bd8e87b6
commit c2d34a0825
12 changed files with 33 additions and 104 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"email": "sagalbot@gmail.com"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"serve": "vue-cli-service serve src/dev.js",
"build": "vue-cli-service build --target lib --name vue-select src/vue-select.js",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",