About VuePress
Mr.Hope ... Less than 1 minute
# As Easy as 1, 2, 3
# find a proper place to clone this project template
git clone git@github.com:Mister-Hope/vuepress-theme-hope-template.git
# enter the program folder
cd vuepressTemplate
# install dependency
npm i
# start writing
npm run serve
# build to static files
npm run build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
# VuePress Official Docs
- VuePress Gudie (opens new window)
- VuePress Config (opens new window)
- VuePress Plugins (opens new window)
- VuePress Theme (opens new window)