2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

- add docs script to serve docs

- WIP updates to docs
- add vuejs theme
This commit is contained in:
Jeff
2017-10-01 13:22:50 -07:00
parent 365a5ee26d
commit 018f3f7697
23 changed files with 649 additions and 126 deletions
+4 -1
View File
@@ -8,7 +8,7 @@
"license": "MIT",
"scripts": {
"dev": "node build/dev-server.js",
"dev:docs": "node build/dev-server.js --docs",
"docs": "gitbook serve docs",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"test": "karma start test/unit/karma.conf.js --single-run",
@@ -42,6 +42,9 @@
"file-loader": "^0.8.4",
"function-bind": "^1.0.2",
"gh-pages": "^0.11.0",
"gitbook-plugin-codepen": "^0.1.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^3.0.0",
"highlight.js": "^9.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.8.1",