Skip to content

xhsdnn/vuepress-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于vuepress的静态站点 —— 诗词鉴赏

1.启动

git clone https://github.com/xhsdnn/vuepress-proj.git

cd vuepress-proj

npm install

npm run dev

2.打包成静态资源

npm run build

生成到根目录_site的文件夹中。

3.部署

sh deploy.sh

或者手动将_site中的内容提交到想要提交github仓库的gh-pages分支上,查看地址:https://<USERNAME>.github.io/<REPO>

Releases

No releases published

Packages

No packages published

Languages