Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 515 Bytes

File metadata and controls

37 lines (24 loc) · 515 Bytes

Byloth's Tuemplate

A Vue.js 3 template app based on Vite with TypeScript, Pinia, Vue Router and more.

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun run dev

Type-Check, Compile and Minify for Production

bun run build

Lint with ESLint

bun run lint

Run Unit Tests & Watch for Changes

bun run test