FreeDATA/gui
2024-02-21 17:05:28 +01:00
..
build test with universal support 2023-10-23 09:17:44 +02:00
config Remove theme setting from GUI 2024-01-13 10:51:47 -05:00
electron [CodeFactor] Apply fixes 2023-12-20 02:59:33 +00:00
public added ei7ig 2023-10-28 10:45:05 +02:00
src arq adjustments 2024-02-21 17:05:28 +01:00
tests Add first GUI test using vitest 2023-11-20 14:24:45 +01:00
.eslintrc.json renamed gui_vue to gui 2023-10-22 10:20:32 +02:00
electron-builder.json5 adjusted artifact names 2024-02-10 07:06:16 +01:00
index.html Prettified Code! 2023-10-22 22:23:23 +00:00
package.json Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/socket.io-4.7.4 2024-02-19 11:46:00 +01: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 [CodeFactor] Apply fixes to commit a246a11 2024-01-08 22:01:50 +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.