Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 655d648

Browse files
committed
feat(docs): setup vuepress documetnation for kiwi
1 parent 9b025d9 commit 655d648

File tree

3 files changed

+787
-31
lines changed

3 files changed

+787
-31
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Hello VuePress

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"test:e2e": "vue-cli-service test:e2e",
1010
"test:unit": "vue-cli-service test:unit",
1111
"storybook": "start-storybook -p 6006",
12-
"build-storybook": "build-storybook"
12+
"build-storybook": "build-storybook",
13+
"docs:dev": "vuepress dev docs",
14+
"docs:build": "vuepress build docs"
1315
},
1416
"dependencies": {
1517
"@babel/preset-env": "^7.6.3",
@@ -56,6 +58,7 @@
5658
"node-sass": "^4.12.0",
5759
"sass-loader": "^8.0.0",
5860
"vue-loader": "^15.7.1",
59-
"vue-template-compiler": "^2.6.10"
61+
"vue-template-compiler": "^2.6.10",
62+
"vuepress": "^1.2.0"
6063
}
6164
}

0 commit comments

Comments
 (0)