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

- add include-csv plugin

- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
This commit is contained in:
Jeff
2018-01-14 20:12:26 -08:00
parent b862761cbf
commit 7e859dca18
14 changed files with 108 additions and 287 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
"scripts": {
"start": "npm run dev",
"dev": "node build/dev-server.js",
"dev:docs": "node build/dev-server.js --docs",
"docs": "gitbook serve docs/gitbook",
"dev:homepage": "node build/dev-server.js --docs",
"dev:docs": "gitbook serve docs/gitbook",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"test": "karma start test/unit/karma.conf.js --single-run",