此提交完成了多项核心功能开发: 1. 新增C端用户管理全流程,包含后端Mapper、Service、Controller以及前端API、页面 2. 新增系统公告模块,包含前后端完整的CRUD、状态管理、置顶、浏览量统计等功能 3. 重构后台侧边菜单系统,支持分组排序、图标自动解析、折叠态优化 4. 新增管理员管理API基础框架 5. 完善商品管理API补充更多字段和接口 6. 调整pnpm workspace配置,新增依赖白名单 7. 补充Element Plus组件类型声明 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| README.md | ||
| auto-imports.d.ts | ||
| components.d.ts | ||
| env.d.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
web-snack
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
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