No description https://fabcorp.ch
  • Vue 75.2%
  • TypeScript 15.9%
  • CSS 6.4%
  • HTML 2.5%
Find a file
2026-04-27 22:41:13 +02:00
.vscode Initial Commit 2025-10-22 17:41:30 +02:00
public Optimisations 2025-11-05 15:54:50 +01:00
src Update src/components/partials/FooterInfo.vue 2026-04-27 22:41:13 +02:00
.editorconfig Initial Commit 2025-10-22 17:41:30 +02:00
.gitattributes Initial Commit 2025-10-22 17:41:30 +02:00
.gitignore Initial Commit 2025-10-22 17:41:30 +02:00
.prettierrc.json Responsive setup 2025-10-25 04:18:13 +02:00
env.d.ts Initial Commit 2025-10-22 17:41:30 +02:00
eslint.config.ts Initial Commit 2025-10-22 17:41:30 +02:00
index.html Responsive setup 2025-10-25 04:18:13 +02:00
package-lock.json Responsive setup 2025-10-25 04:18:13 +02:00
package.json Responsive setup 2025-10-25 04:18:13 +02:00
README.md Initial Commit 2025-10-22 17:41:30 +02:00
tsconfig.app.json Initial Commit 2025-10-22 17:41:30 +02:00
tsconfig.json Initial Commit 2025-10-22 17:41:30 +02:00
tsconfig.node.json Initial Commit 2025-10-22 17:41:30 +02:00
vite.config.ts Tailwind setup 2025-10-22 18:10:55 +02:00

fabcorp-website

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

VS Code + Vue (Official) (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

Lint with ESLint

npm run lint