Skip to content

Commit 3a04dad

Browse files
committed
➕ Adding vuepress
1 parent 513efc5 commit 3a04dad

File tree

2 files changed

+6587
-2
lines changed

2 files changed

+6587
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"license": "MIT",
55
"description": "A vue-cli template who plants the first seed of your project in order to become a sturdy and flowering tree",
66
"scripts": {
7-
"serve-doc": "cd documentation && gitbook serve",
8-
"deploy-doc": "bash ./deploy-doc.sh"
7+
"docs:dev": "vuepress dev docs",
8+
"docs:build": "vuepress build docs",
9+
"docs:deploy": "bash ./deploy-doc.sh"
10+
},
11+
"devDependencies": {
12+
"vuepress": "^0.14.10"
913
}
1014
}

0 commit comments

Comments
 (0)