huiminxu / vuepress-theme-yur-cli

基于 Yur 主题的 VuePress 博客快速搭建工具。

Home Page:https://eeee.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏩 VuePress Cli

🎣 VuePress 博客搭建工具

基于 Yur 主题的 VuePress 博客快速搭建工具

version last-commit GitHub license

🎣 准备

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

🎣 开发环境

  • Git
  • Node.js
  • yarn

🎣 使用

🔖 下载

$ git clone https://github.com/ioim/vuepress-theme-yur-cli.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

基于 Yur 主题的 VuePress 博客快速搭建工具。

https://eeee.im

License:MIT License


Languages

Language:Vue 100.0%