- 源码仓库(源码备份)
- 博客仓库(博客部署)
- 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 | 部署 |