Tauri Qwik处于SSG模式
- npm
npm run qwik add
- Yarn
yarn create qwik add
- pnpm
pnpm qwik add
选择“Static site (.html files)”适配器。然后,您可以通过以下方式构建静态页面:
- npm
npm run build
- Yarn
yarn build
- pnpm
pnpm build
npm run qwik add
yarn create qwik add
pnpm qwik add
选择“Static site (.html files)”适配器。然后,您可以通过以下方式构建静态页面:
npm run build
yarn build
pnpm build