advent22/ui
2026-02-21 19:24:09 +00:00
..
.devcontainer 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
.vscode 🚧 ui: re-scaffolding 2026-02-21 19:10:56 +00:00
.yarn/releases ⬆️ ui: upgrade deps 2026-02-15 21:26:23 +00:00
_legacy 🧹 reformat using "prettier" 2026-02-21 19:24:09 +00:00
public 🚧 ui: re-scaffolding 2026-02-21 19:10:56 +00:00
src 🧹 reformat using "prettier" 2026-02-21 19:24:09 +00:00
.editorconfig 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
.gitattributes 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
.gitignore 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
.oxlintrc.json 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
.prettierrc.json 🚧 ui: re-scaffolding 2026-02-21 19:10:56 +00:00
.yarnrc.yml ⬆️ ui: upgrade deps 2026-02-15 21:26:23 +00:00
env.d.ts 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
eslint.config.ts 🧹 reformat using "prettier" 2026-02-21 19:24:09 +00:00
index.html 🧹 reformat using "prettier" 2026-02-21 19:24:09 +00:00
package.json 🚧 ui: re-scaffolding 2026-02-21 19:10:56 +00:00
README.md 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
tsconfig.app.json 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
tsconfig.json 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
tsconfig.node.json 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
tsconfig.vitest.json 🚧 ui: re-scaffolding 2026-02-20 22:25:22 +00:00
vite.config.ts 🧹 reformat using "prettier" 2026-02-21 19:24:09 +00:00
vitest.config.ts 🧹 reformat using "prettier" 2026-02-21 19:24:09 +00:00
yarn.lock 🚧 ui: re-scaffolding 2026-02-21 19:10:56 +00:00

advent22_ui

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

VS Code + Vue (Official) (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

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Run Unit Tests with Vitest

yarn test:unit

Lint with ESLint

yarn lint