An open API service indexing awesome lists of open source software.

https://github.com/xishandong/vue3_web_redbook

仿小红书前端设计的网页
https://github.com/xishandong/vue3_web_redbook

pinia router vue3 xhs

Last synced: 8 months ago
JSON representation

仿小红书前端设计的网页

Awesome Lists containing this project

README

          

# 基于vue3和element-plus前后端项目
##### 作者个人博客
[回锅炒辣椒的个人博客](https://www.xsblog.site/)
## 此仓库是前端代码

## 后端代码仓库
[后端代码仓库](https://github.com/xishandong/Django_Server_redbook)

### 使用

``` bash
npm update
npm run build
npm run dev
```

这个项目是模仿小红书web端的一个页面

### 主页

主页部分是一个瀑布流式的卡片效果,点击卡片会展现出放大的卡片

### 个人详情页

存放个人详情信息,包括收藏、发布帖子以及点赞帖子

### 登录

登录注册采用卡片式,写了完整的表单校验

### 发布

已完成,可以上传图片输入信息,然后生成预览图

### 用户信息管理

已完成,可以管理帖子信息以及用户信息