mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-15 23:00:19 +01:00
.. | ||
public | ||
src | ||
.env | ||
.gitignore | ||
babel.config.js | ||
jsconfig.json | ||
package.json | ||
README.md | ||
vue.config.js | ||
yarn.lock |
Minetest Web-Map-Client
The web map client for mtsatellite is build as vue app using vuetify and leaflet as frameworks. The following commands are all you need to set this application up.
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
The result of this command is a dist
folder containing the minified version. To use this in production, copy or move the folder to the location of your choice to serve the app.
Lints and fixes files
yarn lint
Customize configuration
To configure the backend websocket URL and the app title adjust the entries in the .env
file.