FreeDATA/gui_vue
2023-09-23 00:47:36 -04:00
..
build add build files 2023-09-07 16:12:04 +02:00
dist-electron first success with displaying messages 2023-09-13 23:28:20 +02:00
electron use only memory settings instead for daemon and sock 2023-09-06 15:36:54 +02:00
public smaller gui updates 2023-09-05 21:06:48 +02:00
src Tweaks to s-meter and audio dbfs meter. Also small tweak to footer busy icon. 2023-09-23 00:47:36 -04:00
electron-builder.json5 added vuejs test 2023-09-02 13:37:03 +02:00
index.html smaller gui updates 2023-09-05 21:06:48 +02:00
package.json adjusted file attachment 2023-09-21 14:17:03 +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 first attempt getting sock working 2023-09-05 19:35:54 +02:00
tsconfig.node.json added vuejs test 2023-09-02 13:37:03 +02:00
vite.config.ts improved main screen, reduced errors 2023-09-05 15:28:58 +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.