Skip to content

Dynamic Web Interface

Trame is based on vue.js and therefore inherit its templating infrastructure for defining its user interface.

Vue.js and its HTML template

An approachable, performant and versatile framework for building web user interfaces. Vue uses an HTML-based template syntax that allows you to declaratively bind the rendered DOM to the underlying data. Under the hood, Vue compiles the templates into optimized JavaScript code.

Vue.js template documentation