Credits
Vue Vben Admin
The architecture design and partial code of this project are inspired by Vue Vben Admin, a Vue 3, Vite, and TypeScript-based admin solution.
Special thanks to the Vue Vben Admin team for their excellent work, which provided inspiration in the following areas:
- Monorepo Architecture: Turborepo + pnpm workspace project organization
- Internationalization: vue-i18n based multi-language loading mechanism
- State Management: Pinia persistence storage solution
- Shared Packages: Modular design of locales, stores, utils packages
- Vite Configuration: Unified Vite build configuration
- Code Standards: Unified ESLint, Prettier, Stylelint, Commitlint configurations
Repository: https://github.com/vbenjs/vue-vben-admin
License: MIT License
Other Acknowledgements
Thanks to the following open-source projects:
- Vue.js - The Progressive JavaScript Framework
- Vite - Next Generation Frontend Tooling
- NutUI - JD-style Mobile UI Component Library
- Vant - Lightweight Mobile UI Components
- Varlet - Material Design Mobile Component Library
- Turborepo - High-Performance Monorepo Build System
- VueUse - Collection of Vue Composition Utilities