We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513efc5 commit 3a04dadCopy full SHA for 3a04dad
package.json
@@ -4,7 +4,11 @@
4
"license": "MIT",
5
"description": "A vue-cli template who plants the first seed of your project in order to become a sturdy and flowering tree",
6
"scripts": {
7
- "serve-doc": "cd documentation && gitbook serve",
8
- "deploy-doc": "bash ./deploy-doc.sh"
+ "docs:dev": "vuepress dev docs",
+ "docs:build": "vuepress build docs",
9
+ "docs:deploy": "bash ./deploy-doc.sh"
10
+ },
11
+ "devDependencies": {
12
+ "vuepress": "^0.14.10"
13
}
14
0 commit comments