A vue based frontend to load and display Minecraft maps generated by BlueMap.
Go to file
Minecon724 6a699f6198
polish - fixes and missing translations (#48)
Znacznik is the correct translation of marker.
"Wysoki kontrast" = "High contrast"; I know there's no "high" in the eng file, but this way is just easier to understand.
Other changes are purely cosmetic improvements.

Also, I was considering replacing `resetCamera.button` with `tooltip` (and adding a new translation to it) however I wasn't sure if that wouldn't be too long.
2022-10-23 19:38:27 +02:00
.github/workflows Tentative symlink fix for CI 2 2021-03-09 13:20:12 +01:00
BlueMapWeb@8173979ed8 Push BlueMapWeb 2022-10-21 23:12:10 +02:00
public polish - fixes and missing translations (#48) 2022-10-23 19:38:27 +02:00
src Push BlueMapWeb and tweak themes and add a new contrast theme 2022-10-16 00:37:45 +02:00
.gitignore Initial commit 2021-03-09 12:58:17 +01:00
.gitmodules Initial commit 2021-03-09 12:58:17 +01:00
LICENSE Add LICENSE info 2021-03-09 13:03:52 +01:00
README.md Initial commit 2021-03-09 12:58:17 +01:00
babel.config.js Initial commit 2021-03-09 12:58:17 +01:00
package-lock.json Moving live-player-endpoint 2022-06-27 01:08:03 +02:00
package.json Add vue-i18n package 2021-03-20 22:45:02 +09:00
vue.config.js Add error screen if WebGL doesnt enable properly 2022-09-11 15:54:49 +02:00

README.md

bluemapvue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.