Skip to content

Commit ea9b9b5

Browse files
author
ntepluhina
committed
feat: scaffolded VuePress website
1 parent 1e8aa4a commit ea9b9b5

File tree

3 files changed

+7372
-0
lines changed

3 files changed

+7372
-0
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Hello docs!

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"devDependencies": {
3+
"vuepress": "^1.2.0"
4+
},
5+
"scripts": {
6+
"docs:dev": "vuepress dev docs",
7+
"docs:build": "vuepress build docs"
8+
}
9+
}

0 commit comments

Comments
 (0)