Go to file
Fadhli Syaifullah 8a9bad2eb3 add: auth logic composables 2024-06-04 20:23:02 +07:00
.vscode setup project 2024-06-04 19:23:05 +07:00
public setup project 2024-06-04 19:23:05 +07:00
src add: auth logic composables 2024-06-04 20:23:02 +07:00
.env.development setup project 2024-06-04 19:23:05 +07:00
.gitignore setup project 2024-06-04 19:23:05 +07:00
.prettierrc.json setup project 2024-06-04 19:23:05 +07:00
README.md setup project 2024-06-04 19:23:05 +07:00
bun.lockb setup project 2024-06-04 19:23:05 +07:00
index.html setup project 2024-06-04 19:23:05 +07:00
package.json setup project 2024-06-04 19:23:05 +07:00
postcss.config.js setup project 2024-06-04 19:23:05 +07:00
shell.nix setup project 2024-06-04 19:23:05 +07:00
tailwind.config.js setup project 2024-06-04 19:23:05 +07:00
tsconfig.json setup project 2024-06-04 19:23:05 +07:00
tsconfig.node.json setup project 2024-06-04 19:23:05 +07:00
vite.config.ts setup project 2024-06-04 19:23:05 +07:00

README.md

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.

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.