BlueMap/common/webapp
2024-11-21 16:35:21 +01:00
..
public Add missing de translation 2024-11-21 15:33:24 +01:00
src Fix double-gap if control-switch is hidden and hide controls-group in the settings menu as well 2024-11-21 16:35:21 +01:00
.eslintrc.cjs Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
.gitignore Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
index.html Add webapp.zip to release outputs and move version substitution from runtime to build-time 2024-09-21 16:34:21 +02:00
package-lock.json Update vite 2024-11-18 15:26:25 +01:00
package.json Update vite 2024-11-18 15:26:25 +01:00
README.md Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
vite.config.js Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00

bluemap

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint