A redo of my skamfrance php website but in Vue! https://webert.ch/projects/skamfrance-vue
  • Vue 75.3%
  • TypeScript 15.9%
  • CSS 8%
  • HTML 0.8%
Find a file
Chris Webert dcf737fbf6
All checks were successful
Build pipeline / build (push) Successful in 30s
Merge pull request 'update vulnerable dependencies' (#4) from develop into main
Reviewed-on: #4
2026-05-14 17:01:45 +02:00
.github/workflows fix pipeline 2026-05-14 01:58:35 +02:00
.vscode Initial commit 2024-08-07 15:31:26 +02:00
public api implementation + skeleton loading + lots of other things 2024-08-27 18:08:30 +02:00
src save darkmode preference in local storage 2026-02-23 01:16:45 +01:00
.editorconfig add axios + pinia 2024-08-09 09:04:07 +02:00
.eslintrc.cjs Initial commit 2024-08-07 15:31:26 +02:00
.gitignore manage multi env with different endpoint and base url 2026-02-20 23:01:41 +01:00
.nvmrc rename package 2026-02-21 18:14:37 +01:00
env.d.ts Initial commit 2024-08-07 15:31:26 +02:00
example.env manage multi env with different endpoint and base url 2026-02-20 23:01:41 +01:00
index.html full porting 2024-08-12 11:52:12 +02:00
package-lock.json update vulnerable dependencies 2026-05-14 16:52:01 +02:00
package.json update vulnerable dependencies 2026-05-14 16:52:01 +02:00
README.md rename package 2026-02-21 18:14:37 +01:00
tsconfig.app.json update vulnerable dependencies 2026-05-14 16:52:01 +02:00
tsconfig.json Initial commit 2024-08-07 15:31:26 +02:00
tsconfig.node.json Initial commit 2024-08-07 15:31:26 +02:00
tsconfig.vitest.json Initial commit 2024-08-07 15:31:26 +02:00
vite.config.ts manage multi env with different endpoint and base url 2026-02-20 23:01:41 +01:00
vitest.config.ts manage multi env with different endpoint and base url 2026-02-20 23:01:41 +01:00

skamfrance-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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint