本小组的前端仓库
Go to file
2024-06-30 01:33:14 +08:00
.vscode 基础架构完成 2024-06-24 11:56:21 +08:00
public 完成了登录页面的绘制 2024-06-30 01:33:14 +08:00
src 完成了注册页面的绘制,在登录和注册界面上分别添加了相互跳转的链接。 2024-06-30 01:33:14 +08:00
.gitignore 基础架构完成 2024-06-24 11:56:21 +08:00
index.html 基础架构完成 2024-06-24 11:56:21 +08:00
package-lock.json 基础架构完成 2024-06-24 11:56:21 +08:00
package.json 基础架构完成 2024-06-24 11:56:21 +08:00
README.md 基础架构完成 2024-06-24 11:56:21 +08:00
vite.config.js 现在可以使用@views来指代/src/views文件夹了,src下的所有其他文件夹和public文件夹同理。同时@被用于指代src 2024-06-30 01:32:52 +08:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.