Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 806 Bytes

File metadata and controls

37 lines (30 loc) · 806 Bytes

kaovilai.pw

Node.js CI

Tiger's homepage — Vue 3 + TypeScript + Vite, deployed to GitHub Pages.

Project setup

npm install

Development server with hot-reload

npm run dev

Production build

npm run build

Outputs to docs/ — GitHub Pages serves the site from that directory, so commit the rebuilt docs/ with your changes.

Preview the production build locally

npm run preview

Lint and fix files

npm run lint

Type-check

npm run type-check

Customize configuration

See the Vite Configuration Reference and vite.config.ts.