Tiger's homepage — Vue 3 + TypeScript + Vite, deployed to GitHub Pages.
npm install
npm run dev
npm run build
Outputs to docs/ — GitHub Pages serves the site from that directory, so commit the rebuilt docs/ with your changes.
npm run preview
npm run lint
npm run type-check
See the Vite Configuration Reference and vite.config.ts.