invoice-issuer/frontend
2025-01-11 15:29:00 +11:00
..
public refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
src refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
.gitignore refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
index.html refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
package-lock.json refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
package.json refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
README.md refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
tsconfig.app.json refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
tsconfig.json refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
tsconfig.node.json refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00
vite.config.ts refactor: migrate project structure to use Vite with Vue 3 and TypeScript 2025-01-11 15:29:00 +11:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.