predavalnice-kontroler/frontend/vju_display
2024-12-18 21:03:47 +01:00
..
.vscode switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
public switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
src added mosqit conf 2024-12-18 21:03:47 +01:00
.env.development added main panel controls that react accordingly to status, TODO: cleanup, add status to lift script 2024-12-11 21:13:26 +01:00
.gitignore switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
env.d.ts switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
index.html switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
package-lock.json switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
package.json switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
README.md switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
tsconfig.app.json switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
tsconfig.json switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
tsconfig.node.json switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00
vite.config.ts switching to vue frontend, basic barco control working - still needs styling 2024-10-24 20:40:43 +02:00

vju_display

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build