Skip to content

Latest commit

 

History

History

ui

ui

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:

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.

Building for inclusion in tegola

In order to compile the UI for inclusion in tegola, run the following commands from the ui folder:

$ go run build.go