snack-mall/web-snack
sparksfly 487778f0f8 feat: 新增用户与公告管理功能,优化后台菜单系统
此提交完成了多项核心功能开发:
1.  新增C端用户管理全流程,包含后端Mapper、Service、Controller以及前端API、页面
2.  新增系统公告模块,包含前后端完整的CRUD、状态管理、置顶、浏览量统计等功能
3.  重构后台侧边菜单系统,支持分组排序、图标自动解析、折叠态优化
4.  新增管理员管理API基础框架
5.  完善商品管理API补充更多字段和接口
6.  调整pnpm workspace配置,新增依赖白名单
7.  补充Element Plus组件类型声明
2026-06-03 23:40:35 +08:00
..
public ``` 2026-06-03 15:37:15 +08:00
src ``` 2026-06-03 15:37:15 +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 ``` 2026-06-03 15:37:15 +08:00
package.json ``` 2026-06-03 15:37:15 +08:00
pnpm-lock.yaml feat: 新增用户与公告管理功能,优化后台菜单系统 2026-06-03 23:40:35 +08:00
pnpm-workspace.yaml feat: 新增用户与公告管理功能,优化后台菜单系统 2026-06-03 23:40:35 +08:00
tsconfig.app.json ``` 2026-06-03 15:37:15 +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 ``` 2026-06-03 15:37:15 +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