37 lines
1.3 KiB
Markdown
Executable File
37 lines
1.3 KiB
Markdown
Executable File
<p align="center">
|
|
<img alt="logo" src="https://image.mayongjian.cn/2024/07/03/1de3ee08e0a34ab6bf9a163d380fb596.png" style="width: 100px">
|
|
</p>
|
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">HongShu v1.0</h1>
|
|
<h4 align="center">基于 SpringBoot + Vue 前后端分离的仿小红书项目</h4>
|
|
<p align="center">
|
|
<a href="https://gitee.com/Maverick_Ma/hongshu-web/stargazers">
|
|
<img src="https://gitee.com/Maverick_Ma/hongshu-web/badge/star.svg?theme=dark"></a>
|
|
<a href="https://gitee.com/Maverick_Ma/hongshu-web">
|
|
<img src="https://img.shields.io/badge/HongShu-v1.0-brightgreen.svg"></a>
|
|
<a href="https://gitee.com/Maverick_Ma/hongshu-web/blob/master/LICENSE">
|
|
<img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
|
|
</p>
|
|
|
|
## 平台简介
|
|
* 本仓库为红薯用户端:前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [Element Plus](https://element-plus.org/zh-CN) + [ts](https://www.tslang.cn) 版本。
|
|
* 配套后端代码仓库地址 [HongShu](https://gitee.com/Maverick_Ma/hongshu.git)
|
|
|
|
## 前端运行
|
|
```bash
|
|
# 克隆项目
|
|
git clone https://gitee.com/Maverick_Ma/hongshu-web.git
|
|
|
|
# 进入项目目录
|
|
cd hongshu-web
|
|
|
|
# 安装依赖
|
|
npm install
|
|
|
|
# 启动服务
|
|
run run dev
|
|
|
|
# 构建测试环境 yarn build:stage
|
|
# 构建生产环境 yarn build:prod
|
|
# 前端访问地址 http://localhost:80
|
|
```
|