Skip to content

houxinlin/one-blog

Repository files navigation

oneblog

起名为one-blog,意为单页博客,简单、高效、无链接。

线上地址:

https://www.houxinlin.com

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

项目部署(Web)

  1. 下载
git clone https://github.com/houxinlin/OneBlog.git
npm install
  1. 修改项目配置

打开以下文件,将值替换成自己服务器地址。

.env.production

VITE_APP_REQUEST_URL = 'https://www.houxinlin.com/OneBlog/'
  1. 运行
npm run serve
  1. 打包
npm run build

项目部署(后端)

https://github.com/houxinlin/OneBlog-Server