chore: initialize WanderQ MiniAPP 2.0 repository

This commit is contained in:
inman
2026-07-23 15:48:34 +08:00
commit b4c0a1c516
93 changed files with 53525 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# WonderQ MiniAPP
Mobile H5, admin, and API workspace for the WonderQ MiniAPP project.
## Scripts
- `npm run dev` starts the H5 Vite app.
- `npm run dev:admin` starts the admin app.
- `npm run dev:api` starts the API service.
- `npm run build:all` builds all workspaces.