This is a biolerplate application, used for quickly establishing an enterprise frontend project using PNPM, in mono-repo style.
pnpmas package managerviteas universal build tooleslintas application code lint toolprettieras application code format tool
packages
├── apps
│ ├── demo
├── packages
│ ├── demo-lib
appsdirectory is the applications of the project, each application is a independent project, and the application can reference the library inpackagesdirectory.packagesdirectory is the common libraries of the project, each library is a independent project, and the library can reference each other.
- 2025-09-15 initial version
- TODO: the author is writing...dadada
-
Author: Goy
-
Email: [email protected]
-
Homepage: https://lingerer.cn
-
WeChat Official Accounts:
- This project is open source under the
MITlicense, you can freely use, modify and distribute the code of this project under the premise of compliance with the license.
- Welcome to submit
issueorpull requestto improve this project.
