linstrom/frontend-vue
mstar 594f87f240
All checks were successful
/ docker (push) Successful in 1m57s
Work on note component
2025-07-18 11:27:20 +02:00
..
.vscode JS frontend stuff 2025-07-07 21:48:39 +02:00
public JS frontend stuff 2025-07-07 21:48:39 +02:00
src Work on note component 2025-07-18 11:27:20 +02:00
.editorconfig JS frontend stuff 2025-07-07 21:48:39 +02:00
.gitattributes JS frontend stuff 2025-07-07 21:48:39 +02:00
.gitignore JS frontend stuff 2025-07-07 21:48:39 +02:00
.prettierrc.json JS frontend stuff 2025-07-07 21:48:39 +02:00
bun.lockb Work on note component 2025-07-18 11:27:20 +02:00
env.d.ts JS frontend stuff 2025-07-07 21:48:39 +02:00
eslint.config.ts JS frontend stuff 2025-07-07 21:48:39 +02:00
index.html JS frontend stuff 2025-07-07 21:48:39 +02:00
package.json Work on note component 2025-07-18 11:27:20 +02:00
README.md JS frontend stuff 2025-07-07 21:48:39 +02:00
tsconfig.app.json JS frontend stuff 2025-07-07 21:48:39 +02:00
tsconfig.json JS frontend stuff 2025-07-07 21:48:39 +02:00
tsconfig.node.json JS frontend stuff 2025-07-07 21:48:39 +02:00
tsconfig.vitest.json JS frontend stuff 2025-07-07 21:48:39 +02:00
vite.config.ts JS frontend stuff 2025-07-07 21:48:39 +02:00
vitest.config.ts JS frontend stuff 2025-07-07 21:48:39 +02:00

frontend-vue

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

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 dev

Type-Check, Compile and Minify for Production

bun run build

Run Unit Tests with Vitest

bun test:unit

Lint with ESLint

bun lint