linstrom/frontend-vue
mStar ba11090007
All checks were successful
/ docker (push) Successful in 1m59s
Huw did this go missing?
2025-07-10 20:25:07 +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 Huw did this go missing? 2025-07-10 20:25:07 +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 Some progress on porting frontend 2025-07-10 20:23:59 +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 Some progress on porting frontend 2025-07-10 20:23:59 +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