clock

This template should help get you started developing with Vue 3 in Vite.

Project Setup

bun install

Compile and Hot-Reload for Development

bun run dev

Type-Check, Compile and Minify for Production

bun run build

Run Unit Tests with Vitest

bun run test:unit

Lint with ESLint

bun run lint