💥 every single package has same structure, like src, public, dist, node_modules, package.json, vite.config.ts
below is simple introduction for single package
- vue3 + pinia + vite + vant4
- vue:vue3
- pina: 3
- vite: 6
- vant:4
- node: 18
keep sure you have installed pnpm
pnpm -vkeep sure you have installed node 18
node -vrun
pnpm prepareafter pnpm install
pnpm preparethis will install all dependencies for all packages
pnpm installthis will add a new package to the workspace
pnpm add @hy/xxx -wpnpm run dev / pnpm devpnpm run build / pnpm build