peer-group-grading/frontend
jopejoe1 c1264ac2fe
All checks were successful
ci/woodpecker/push/check_fmt Pipeline was successful
run formater
2025-03-31 13:41:32 +02:00
..
.vscode updated frontend base 2025-03-28 10:19:16 +01:00
public updated frontend base 2025-03-28 10:19:16 +01:00
src updated frontend base 2025-03-28 10:19:16 +01:00
.editorconfig updated frontend base 2025-03-28 10:19:16 +01:00
.gitattributes updated frontend base 2025-03-28 10:19:16 +01:00
.gitignore updated frontend base 2025-03-28 10:19:16 +01:00
.prettierrc.json updated frontend base 2025-03-28 10:19:16 +01:00
env.d.ts updated frontend base 2025-03-28 10:19:16 +01:00
eslint.config.ts run formater 2025-03-31 13:41:32 +02:00
index.html run formater 2025-03-31 13:41:32 +02:00
package.json updated frontend base 2025-03-28 10:19:16 +01:00
README.md updated frontend base 2025-03-28 10:19:16 +01:00
tsconfig.app.json updated frontend base 2025-03-28 10:19:16 +01:00
tsconfig.json updated frontend base 2025-03-28 10:19:16 +01:00
tsconfig.node.json updated frontend base 2025-03-28 10:19:16 +01:00
tsconfig.vitest.json updated frontend base 2025-03-28 10:19:16 +01:00
vite.config.ts run formater 2025-03-31 13:41:32 +02:00
vitest.config.ts updated frontend base 2025-03-28 10:19:16 +01:00

frontend

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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint