A vue based frontend to load and display Minecraft maps generated by BlueMap.
Go to file
Lukas Rieger d8ac0f4c0f
Update README.md
2022-12-20 00:58:40 +01:00
.github/workflows Tentative symlink fix for CI 2 2021-03-09 13:20:12 +01:00
BlueMapWeb@b5cd898934 Fix playerheads 2022-12-18 16:27:46 +01:00
public Update new file-locations and load scripts and styles from the settings.json 2022-12-13 16:48:12 +01:00
src Fix playerheads 2022-12-18 16:27:46 +01: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 Update README.md 2022-12-20 00:58:40 +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 Fix playerheads 2022-12-18 16:27:46 +01:00

README.md

bluemapvue

- THIS REPO IS ARCHIVED: BlueMap's WebApp is now directly included in the main repo! -

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.