The client side code for tegola's internal viewer. This codebase is built using vue.js 2.6 and requires installing the vue-cli. After installing vue-cli the following npm commands can be used for basic operations:
npm install
npm run serve
npm run build
npm run lint
In order to compile the UI for inclusion in tegola, run the following commands from the ui
folder:
$ go run build.go