Skip to content

Summer19910608/vuepress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VuePress Cli

准备

  • 源码仓库(源码备份)
  • 博客仓库(博客部署)

开发环境

  • Git
  • Node.js
  • yarn

使用

下载

$ git clone https://github.com/Summer19910608/vuepress.git

修改仓库地址

$ git remote set-url origin 源码仓库地址

保存源码

$ git add -A
$ git commit -m "commit"
$ git push

安装

$ yarn install

如果下载慢,使用下面命令全局加速

$ yarn config set registry https://registry.npm.taobao.org

部署

需要修改 deploy.sh 脚本

命令

命令 说明
yarn start 本地预览
http://127.0.0.1:2234
yarn build 编译
yarn deploy 部署

教程

协议

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages