This is an official starter Turborepo.
Run the following command:
npx create-turbo@latest
This Turborepo has some additional tools already setup for you:
- turborepo for turborepo doc
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd vite-qiankun
pnpm build
To develop all apps and packages, run the following command:
cd vite-qiankun
pnpm dev:vue-app
pnpm dev:react-app
pnpm dev:micro-react-app
pnpm dev:micro-vue-app
Learn more about the power of Turborepo: