A vue based frontend to load and display Minecraft maps generated by BlueMap.
Go to file
Lukas Rieger (Blue) d74a5bed0f
Push BlueMapWeb
2022-08-31 15:08:47 +02:00
.github/workflows Tentative symlink fix for CI 2 2021-03-09 13:20:12 +01:00
BlueMapWeb@211127e76b Push BlueMapWeb 2022-08-31 15:08:47 +02:00
public Add php-script which can be used to serve maps from an sql-server using an external webserver 2022-08-18 14:17:52 +02:00
src Fix popup-click on lowres-layer and on debug 2022-08-16 01:11:05 +02:00
.gitignore Initial commit 2021-03-09 12:58:17 +01:00
.gitmodules Initial commit 2021-03-09 12:58:17 +01:00
babel.config.js Initial commit 2021-03-09 12:58:17 +01:00
LICENSE Add LICENSE info 2021-03-09 13:03:52 +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
README.md Initial commit 2021-03-09 12:58:17 +01:00
vue.config.js Push BlueMapWeb 2022-08-17 14:46:36 +02:00

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.