# yanyan-Front **Repository Path**: chimi83721/yanyan-front ## Basic Information - **Project Name**: yanyan-Front - **Description**: 研研网前端部分 - **Primary Language**: HTML/CSS - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-08 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quasar App (corporation) A Quasar Project ## Todo List - 贴吧 - 排版格式固定(断点不变化) - 回复点击后只更改当前帖子 - 去掉搜索帖子 去除回复区 改为点击用户信息获取历史帖子/回复 - 标题内容时间戳 区分 - 头像位置更改 - 分页有问题 - 院校 - 院校 card 格式不统一 - 选择要有状态 ## Install the dependencies ```bash yarn # or npm install ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash yarn lint # or npm run lint ``` ### Format the files ```bash yarn format # or npm run format ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).