BlueMap/common/webapp
2024-11-12 20:59:26 +01:00
..
public Fix traditional Chinese localization (#623) 2024-11-03 11:55:07 +01:00
src Add setting for a default sky-light per map 2024-11-12 20:59:26 +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 Rework gradle-build system (#574) 2024-09-12 17:45:21 +02:00
package.json Rework gradle-build system (#574) 2024-09-12 17:45:21 +02: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