BlueMap/BlueMapCommon/webapp
Lukas Rieger (Blue) 122ba83ebb
Correct content-type header and response for empty map tiles
2024-02-24 10:44:25 +01:00
..
public Correct content-type header and response for empty map tiles 2024-02-24 10:44:25 +01:00
src [breaking] Switch hires tile format to prbm (modified prwm) 2024-02-23 17:32:07 +01:00
.eslintrc.cjs Update webapp to Vue3 2022-12-19 21:54:30 +01:00
.gitignore Update webapp to Vue3 2022-12-19 21:54:30 +01:00
README.md Update webapp to Vue3 2022-12-19 21:54:30 +01:00
index.html Update webapp to Vue3 2022-12-19 21:54:30 +01:00
package-lock.json Update vite 2024-01-22 09:52:02 +01:00
package.json Update vite 2024-01-22 09:52:02 +01:00
vite.config.js revert accidentally committed vite config change 2023-06-18 23:52:41 +02:00

README.md

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