A vue based frontend to load and display Minecraft maps generated by BlueMap.
Go to file
Blue (Lukas Rieger) f2bd7fa250
Add SEO-meta tags to the index.html
(Thanks to @FedUpWith-Tech)
2021-03-09 21:19:14 +01:00
.github/workflows Tentative symlink fix for CI 2 2021-03-09 13:20:12 +01:00
BlueMapWeb@fd74e320cc Add cookie-saving for most settings 2021-03-09 20:45:34 +01:00
public Add SEO-meta tags to the index.html 2021-03-09 21:19:14 +01:00
src Add cookie-saving for most settings 2021-03-09 20:45:34 +01: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 Initial commit 2021-03-09 12:58:17 +01:00
package.json Initial commit 2021-03-09 12:58:17 +01:00
README.md Initial commit 2021-03-09 12:58:17 +01:00
vue.config.js Initial commit 2021-03-09 12:58:17 +01: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.