Go to file
LingandRX 68bcdb309e feat(login): 实现登录功能并优化相关组件
- 移除了 AboutView.vue 中的多余代码- 完善了 CustomLogin.vue 中的登录逻辑,添加了表单提交后的处理
- 更新了 CustomNews.vue 中的数据请求方式- 删除了不再使用的 db.json 文件
- 在 package.json 中添加了 serve 脚本
- 在 vite.config.js 中配置了服务器代理
2025-01-01 12:04:08 +08:00
.vscode init vue 2024-09-16 15:39:01 +08:00
public init vue 2024-09-16 15:39:01 +08:00
src feat(login): 实现登录功能并优化相关组件 2025-01-01 12:04:08 +08:00
.eslintrc.cjs init vue 2024-09-16 15:39:01 +08:00
.gitignore fix 2024-09-22 00:06:45 +08:00
.prettierrc fix 2024-09-22 00:06:45 +08:00
index.html init vue 2024-09-16 15:39:01 +08:00
jsconfig.json init vue 2024-09-16 15:39:01 +08:00
package.json feat(login): 实现登录功能并优化相关组件 2025-01-01 12:04:08 +08:00
README.md init vue 2024-09-16 15:39:01 +08:00
vite.config.js feat(login): 实现登录功能并优化相关组件 2025-01-01 12:04:08 +08:00

vue-project

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint