Skip to content

Latest commit

 

History

History
 
 

ui

Flipt UI

The Flipt UI uses the Vue.js framework to build a modern single page application.

The ui directory contains these .vue files, along with others used in the web UI. These source files are built and packed together into simple HTML, JS, and CSS assets. For easier distribution these assets are statically compiled into the Flipt binary using the go/embed package.

Build Requirements