Born To Simplify Development
## 访问地址
- Ityun - 自定义域名ityun.ltd, 背后是:Github Page: dazer007.github.io。
- Gitee page - Gitee地址。
- Vercel部署Vuepress - 通过vercel自动部署vuepress。
- Vercel部署Vuepress的dev分支 - 通过vercel自动部署vuepress。
- Vercel部署Hexo的hello word页面 - 通过vercel自动部署hexo。
- 博客参考
vuepress, copy mybatis-plus-doc - vuepress扩展主题,
vuepress-theme-vdoing,类似网站:xugaoyi Evan's blog、easy-es.cn、 vuepress-theme-vdoing、小薛博客-后端、
- 安装开发依赖
pnpm install - 安装缺失的工具依赖
pnpm install vue-template-compiler -g - 本地测试运行
pnpm run dev, 需要刪除掉yarn.lock - 编译发布
pnpm run build,编译后的html在docs/vuepress/dist目录,编译之后的文件就可以放到服务器上面部署了。
Github Pages: 自动部署的分支是gh-pagesvercel开发版部署的是dev分支vercel预览版部署的是master分支