The jonasclaes.be app store!
  • Vue 77.5%
  • TypeScript 12.8%
  • HTML 4.9%
  • JavaScript 4%
  • CSS 0.8%
Find a file
2021-11-21 11:07:45 +01:00
.idea First commit 2021-11-20 20:13:14 +01:00
public Updated be.jonasclaes.trainplannr 2021-11-20 21:08:49 +01:00
src Fixed some tiny issues 2021-11-21 11:07:45 +01:00
.eslintrc.js First commit 2021-11-20 20:13:14 +01:00
.eslintrc.json First commit 2021-11-20 20:13:14 +01:00
.gitignore First commit 2021-11-20 20:13:14 +01:00
.prettierrc.js First commit 2021-11-20 20:13:14 +01:00
apps.json Updated index 2021-11-20 20:46:18 +01:00
index.html Fixed some tiny issues 2021-11-21 11:07:45 +01:00
package-lock.json First commit 2021-11-20 20:13:14 +01:00
package.json Added build 2021-11-20 20:20:33 +01:00
postcss.config.js First commit 2021-11-20 20:13:14 +01:00
README.md First commit 2021-11-20 20:13:14 +01:00
tailwind.config.js First commit 2021-11-20 20:13:14 +01:00
tsconfig.json First commit 2021-11-20 20:13:14 +01:00
vite.config.ts First commit 2021-11-20 20:13:14 +01:00
workspace.code-workspace First commit 2021-11-20 20:13:14 +01: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.

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.