Skip to content

Commit 7e85915

Browse files
committed
bump theme
1 parent caf7a82 commit 7e85915

File tree

2 files changed

+227
-1
lines changed

2 files changed

+227
-1
lines changed

Diff for: package-lock.json

+222
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:ssr": "rollup -c build/rollup.dev.config.js && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
2626
"test:types": "tsc -p types/test",
2727
"release": "bash build/release.sh",
28-
"docs": "cd docs && gitbook serve",
28+
"docs": "cd docs && gitbook install && gitbook serve",
2929
"docs:deploy": "cd docs && ./deploy.sh"
3030
},
3131
"repository": {
@@ -50,6 +50,10 @@
5050
"eslint": "^3.19.0",
5151
"eslint-plugin-vue-libs": "^1.2.0",
5252
"express": "^4.14.1",
53+
"gitbook-plugin-edit-link": "^2.0.2",
54+
"gitbook-plugin-github": "^3.0.0",
55+
"gitbook-plugin-prism": "^2.3.0",
56+
"gitbook-plugin-theme-vuejs": "^1.1.0",
5357
"jasmine": "2.8.0",
5458
"jasmine-core": "2.8.0",
5559
"nightwatch": "^0.9.12",

0 commit comments

Comments
 (0)