8000 GitHub - liumang666/vite-qiankun: vite项目使用乾坤
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liumang666/vite-qiankun

Repository files navigation

Turborepo starter

This is an official starter Turborepo.

Using this example

Run the following command:

npx create-turbo@latest

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd vite-qiankun
pnpm build

Develop

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

Useful Links

Learn more about the power of Turborepo:

0