Vite Qwik
Documentation
Quickstart
Installation
npm create --yes vite@latest my-qwik-app -- --template qwik-tscd my-qwik-appnpm install
Configuration
Update your site meta tags in index.html
. Many plugins are supported too.
Deployment
Build
npm run build
Preview
npx --yes serve@latest --single dist
Deploy
npx --yes bunny-launcher@latest --interactive