FreeDATA/gui
2023-10-22 22:23:23 +00:00
..
build "tool: notarytool" for notarize 2023-10-23 00:22:25 +02:00
electron [CodeFactor] Apply fixes to commit 739f8c4 2023-10-22 13:44:32 +00:00
public renamed gui_vue to gui 2023-10-22 10:20:32 +02:00
src Prettified Code! 2023-10-22 22:23:23 +00:00
.eslintrc.json renamed gui_vue to gui 2023-10-22 10:20:32 +02:00
electron-builder.json5 adjusted electron builder 2023-10-22 22:21:19 +02:00
index.html Prettified Code! 2023-10-22 22:23:23 +00:00
package.json adjusted electron builder 2023-10-22 22:21:19 +02:00
README.md renamed gui_vue to gui 2023-10-22 10:20:32 +02:00
setup.md Prettified Code! 2023-10-22 22:23:23 +00:00
tsconfig.json renamed gui_vue to gui 2023-10-22 10:20:32 +02:00
tsconfig.node.json renamed gui_vue to gui 2023-10-22 10:20:32 +02:00
vite.config.ts renamed gui_vue to gui 2023-10-22 10:20:32 +02: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.