• Vue 83.5%
  • TypeScript 11.3%
  • HTML 3.8%
  • CSS 1.4%
Find a file
friend b7fbf15170
All checks were successful
/ deploy (push) Successful in 22s
feat: initial release
2026-01-27 15:49:52 +01:00
.forgejo/workflows feat: initial release 2026-01-27 15:49:52 +01:00
.vscode feat: initial release 2026-01-27 15:49:52 +01:00
public feat: initial release 2026-01-27 15:49:52 +01:00
src feat: initial release 2026-01-27 15:49:52 +01:00
.gitignore feat: initial release 2026-01-27 15:49:52 +01:00
env.d.ts feat: initial release 2026-01-27 15:49:52 +01:00
index.html feat: initial release 2026-01-27 15:49:52 +01:00
LICENSE feat: initial release 2026-01-27 15:49:52 +01:00
LICENSING feat: initial release 2026-01-27 15:49:52 +01:00
package-lock.json feat: initial release 2026-01-27 15:49:52 +01:00
package.json feat: initial release 2026-01-27 15:49:52 +01:00
README.md feat: initial release 2026-01-27 15:49:52 +01:00
tsconfig.app.json feat: initial release 2026-01-27 15:49:52 +01:00
tsconfig.json feat: initial release 2026-01-27 15:49:52 +01:00
tsconfig.node.json feat: initial release 2026-01-27 15:49:52 +01:00
vite.config.ts feat: initial release 2026-01-27 15:49:52 +01:00

start.fsoc.lol

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

License

This project is open-source under AGPL-v3. See LICENSE for details.

Note: The project maintainers reserve the right to offer proprietary or commercial licenses in the future. The AGPL-v3 version will always remain available.