• Vue 82.9%
  • TypeScript 14.8%
  • HTML 1.9%
  • CSS 0.4%
Find a file
friend ac702f1f89
All checks were successful
/ deploy (push) Successful in 31s
fix: production env config
2026-01-27 16:59:35 +01:00
.forgejo/workflows feat: initial release 2026-01-27 16:50:49 +01:00
.vscode feat: initial release 2026-01-27 16:50:49 +01:00
public feat: initial release 2026-01-27 16:50:49 +01:00
src feat: initial release 2026-01-27 16:50:49 +01:00
.editorconfig feat: initial release 2026-01-27 16:50:49 +01:00
.env.development feat: initial release 2026-01-27 16:50:49 +01:00
.env.example feat: initial release 2026-01-27 16:50:49 +01:00
.env.production fix: production env config 2026-01-27 16:59:35 +01:00
.gitattributes feat: initial release 2026-01-27 16:50:49 +01:00
.gitignore fix: production env config 2026-01-27 16:59:35 +01:00
.prettierrc.json feat: initial release 2026-01-27 16:50:49 +01:00
env.d.ts feat: initial release 2026-01-27 16:50:49 +01:00
eslint.config.ts feat: initial release 2026-01-27 16:50:49 +01:00
index.html feat: initial release 2026-01-27 16:50:49 +01:00
LICENSE feat: initial release 2026-01-27 16:50:49 +01:00
LICENSING feat: initial release 2026-01-27 16:50:49 +01:00
package-lock.json feat: initial release 2026-01-27 16:50:49 +01:00
package.json feat: initial release 2026-01-27 16:50:49 +01:00
README.md feat: initial release 2026-01-27 16:50:49 +01:00
tsconfig.app.json feat: initial release 2026-01-27 16:50:49 +01:00
tsconfig.json feat: initial release 2026-01-27 16:50:49 +01:00
tsconfig.node.json feat: initial release 2026-01-27 16:50:49 +01:00
vite.config.ts feat: initial release 2026-01-27 16:50:49 +01:00

fsoc hodl frontend

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

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.