Vite Vanilla
Documentation
Quickstart
Installation
npm create --yes vite@latest my-vanilla-app -- --template vanilla-tscd my-vanilla-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 dist
Deploy
npx --yes bunny-launcher@latest --interactive