peer-group-grading/frontend
Dr_S_Eggs e6fea1aab3
Some checks failed
ci/woodpecker/pr/cargo_check Pipeline was successful
ci/woodpecker/pr/cargo_clippy Pipeline was successful
ci/woodpecker/pr/cargo_test Pipeline failed
ci/woodpecker/pr/check_fmt Pipeline failed
build rudimentary header, no sticky header yet and tailwind missing
2025-04-08 11:30:34 +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 build rudimentary header, no sticky header yet and tailwind missing 2025-04-08 11:30:34 +02: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 added lucide-vue-next for icons 2025-04-07 11:18:00 +02: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 FE: add component MenuBar & ClassBar 2025-04-04 18:58:44 +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