FreeDATA/gui_vue
2023-10-22 08:15:23 +00:00
..
build add build files 2023-09-07 16:12:04 +02:00
electron [CodeFactor] Apply fixes 2023-10-22 08:12:00 +00:00
public smaller gui updates 2023-09-05 21:06:48 +02:00
src [CodeFactor] Apply fixes to commit 115a59d 2023-10-22 08:15:23 +00:00
.eslintrc.json adjusted build system 2023-10-04 19:54:50 +02:00
electron-builder.json5 changed builder output 2023-10-20 21:59:54 +02:00
index.html adjusted build process and made freedata imports working 2023-10-08 09:57:03 +02:00
package.json js to ts conversion... 2023-10-20 19:02:40 +02:00
README.md added vuejs test 2023-09-02 13:37:03 +02:00
setup.md first test using pinia 2023-09-05 11:22:00 +02:00
tsconfig.json finally all linting ready for doing build tests 2023-10-04 22:38:55 +02:00
tsconfig.node.json adjusted build system 2023-10-04 19:54:50 +02:00
vite.config.ts [CodeFactor] Apply fixes 2023-10-22 08:12:00 +00: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

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.