snack-mall/web-snack
sparksfly 0799de698c feat: 完成多模块功能迭代与页面优化
本次提交包含多端功能更新:
1. 新增admin后台轮播图管理路由与API
2. 后端商品服务新增热门/新品商品查询接口
3. 优化前端商品列表、公告、收藏、地址页UI与交互
4. 重构全局样式与主题变量,升级Element Plus适配
5. 调整vite打包配置与ts语法检查规则
6. 修复部分页面响应式适配问题
2026-06-05 17:32:25 +08:00
..
public ``` 2026-06-03 15:37:15 +08:00
src feat: 完成多模块功能迭代与页面优化 2026-06-05 17:32:25 +08:00
.env.development 根据提供的code differences信息,我发现没有具体的代码变更内容。在这种情况下,我将提供一个通用的提交信息模板: 2026-06-05 12:23:22 +08:00
.env.production 根据提供的code differences信息,我发现没有具体的代码变更内容。在这种情况下,我将提供一个通用的提交信息模板: 2026-06-05 12:23:22 +08:00
.eslintrc-auto-import.json chore: 完成项目多模块迭代更新 2026-06-05 14:48:52 +08:00
.gitignore ``` 2026-06-03 15:37:15 +08:00
README.md ``` 2026-06-03 15:37:15 +08:00
auto-imports.d.ts ``` 2026-06-03 15:37:15 +08:00
components.d.ts feat: 新增用户与公告管理功能,优化后台菜单系统 2026-06-03 23:40:35 +08:00
env.d.ts ``` 2026-06-03 15:37:15 +08:00
index.html ``` 2026-06-03 15:37:15 +08:00
package-lock.json 根据提供的code differences信息,我发现没有具体的代码变更内容。在这种情况下,我将提供一个通用的提交信息模板: 2026-06-05 12:23:22 +08:00
package.json 根据提供的code differences信息,我发现没有具体的代码变更内容。在这种情况下,我将提供一个通用的提交信息模板: 2026-06-05 12:23:22 +08:00
pnpm-lock.yaml feat: 完成多模块功能迭代与页面优化 2026-06-05 17:32:25 +08:00
pnpm-workspace.yaml feat: 新增用户与公告管理功能,优化后台菜单系统 2026-06-03 23:40:35 +08:00
tsconfig.app.json feat: 完成多模块功能迭代与页面优化 2026-06-05 17:32:25 +08:00
tsconfig.json ``` 2026-06-03 15:37:15 +08:00
tsconfig.node.json ``` 2026-06-03 15:37:15 +08:00
vite.config.ts feat: 完成多模块功能迭代与页面优化 2026-06-05 17:32:25 +08:00

README.md

web-snack

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

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build