Testing the components from flucto-core to see if our implementation is solid and to provide a good template for future projects
Find a file
2025-11-06 15:55:03 +01:00
public Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
src Setup with our private npm package 2025-11-06 09:33:42 +01:00
.gitattributes Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
.gitignore Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
.prettierrc.json Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
env.d.ts Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
index.html Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
package-lock.json Upgrade to latest release of frontend core 2025-11-06 15:55:03 +01:00
package.json Upgrade to latest release of frontend core 2025-11-06 15:55:03 +01:00
README.md Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
tsconfig.app.json Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
tsconfig.json Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
tsconfig.node.json Basic setup mit create-vue 2025-10-22 09:57:05 +02:00
vite.config.ts Basic setup mit create-vue 2025-10-22 09:57:05 +02:00

test

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