• Vue 65%
  • CSS 17.9%
  • TypeScript 14.9%
  • HTML 2.2%
Find a file
friend 7b3992d321
Some checks failed
/ deploy (push) Has been cancelled
feat: initial release
2026-01-27 16:26:17 +01:00
.forgejo/workflows feat: initial release 2026-01-27 16:26:17 +01:00
.vscode feat: initial release 2026-01-27 16:26:17 +01:00
public feat: initial release 2026-01-27 16:26:17 +01:00
src feat: initial release 2026-01-27 16:26:17 +01:00
.gitignore feat: initial release 2026-01-27 16:26:17 +01:00
env.d.ts feat: initial release 2026-01-27 16:26:17 +01:00
index.html feat: initial release 2026-01-27 16:26:17 +01:00
LICENSE feat: initial release 2026-01-27 16:26:17 +01:00
LICENSING feat: initial release 2026-01-27 16:26:17 +01:00
package-lock.json feat: initial release 2026-01-27 16:26:17 +01:00
package.json feat: initial release 2026-01-27 16:26:17 +01:00
README.md feat: initial release 2026-01-27 16:26:17 +01:00
tsconfig.app.json feat: initial release 2026-01-27 16:26:17 +01:00
tsconfig.json feat: initial release 2026-01-27 16:26:17 +01:00
tsconfig.node.json feat: initial release 2026-01-27 16:26:17 +01:00
vite.config.ts feat: initial release 2026-01-27 16:26:17 +01:00

money-conversions

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.