Skip to content

ensan-hcl/azooKey-site

Repository files navigation

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