BlueMap/common/webapp
Lukas Rieger (Blue) 2c63d76782
Update vite
2024-11-18 15:26:25 +01:00
..
public Fix traditional Chinese localization (#623) 2024-11-03 11:55:07 +01:00
src Fix map-data url-path having a double slash 2024-11-17 19:38:00 +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