Skip to content

Files

Latest commit

Aug 25, 2024
6f1673c · Aug 25, 2024

History

History
49 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.05 KB

azookey-app

Official site of azooKey

License

static/mori_project_custard/ is not under MIT LICENSE. For other part of this repository, all sources are under MIT LICENSE.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun run dev

Build with vite-ssg

bun run build

Run Unit Tests with Vitest

bun test:unit

Lint with ESLint

bun lint