You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WXCampusFoodOrdering/order-system
riverflow c3039c19c8
在api/user/index.ts文件下配置新增用户业务的接口
6 months ago
..
.vscode 通过vue3的vite,npm工具创建vite前端项目 7 months ago
public 通过vue3的vite,npm工具创建vite前端项目 7 months ago
src 在api/user/index.ts文件下配置新增用户业务的接口 6 months ago
.gitignore 通过vue3的vite,npm工具创建vite前端项目 7 months ago
README.md 通过vue3的vite,npm工具创建vite前端项目 7 months ago
index.html 在index.html文件中修改title为校园点餐系统 7 months ago
package-lock.json 在src文件夹下新建http模块,在index.ts文件中进行配置 6 months ago
package.json 在src文件夹下新建http模块,在index.ts文件中进行配置 6 months ago
tsconfig.app.json 通过npm run build命令检查代码,修改部分欠缺(如,类型定义不明确等) 6 months ago
tsconfig.json 通过vue3的vite,npm工具创建vite前端项目 7 months ago
tsconfig.node.json 创建layout文件夹,创建index.vue文件,通过Element-plus导入首页框架 7 months ago
vite.config.ts 在api/user/index.ts文件下配置新增用户业务的接口 6 months ago

README.md

Vue 3 + TypeScript + Vite

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

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.