YouChain_WMS_Web/README.md

13 lines
669 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### **SmartAdmin**
- TypeScript + Vue3 + Vite5 + Pinia + Ant Design Vue 4.X
### **代码亮点**
- **【前端-版本】:** 提供ts版本目录结构及其清晰
- **【前端-常量维护】:** vue-enum拒绝出现魔法数字常量枚举不可维护的现象
- **【前端-命名】:** 业内最好的api、常量等命名和写法
- **【前端-多环境支持】:** 独有的本地、开发、测试、预发布、生产 5个env环境配置文件
- **【前端-layout代码】** 业内代码最清晰的layout布局写法小白都能看懂
- **【前端-main.js】** 业内可能只有我们把main.js中的router加载方式写对了