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
仿小红书前端设计的网页
- Host: GitHub
- URL: https://github.com/xishandong/vue3_web_redbook
- Owner: xishandong
- Created: 2023-07-06T12:44:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T05:52:54.000Z (over 1 year ago)
- Last Synced: 2024-12-26T00:40:55.457Z (10 months ago)
- Topics: pinia, router, vue3, xhs
- Language: Vue
- Homepage:
- Size: 326 KB
- Stars: 87
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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端的一个页面
### 主页
主页部分是一个瀑布流式的卡片效果,点击卡片会展现出放大的卡片
### 个人详情页
存放个人详情信息,包括收藏、发布帖子以及点赞帖子
### 登录
登录注册采用卡片式,写了完整的表单校验
### 发布
已完成,可以上传图片输入信息,然后生成预览图
### 用户信息管理
已完成,可以管理帖子信息以及用户信息