qex-controls

This is a library of UI blocks based on a number of modern front-end technologies which transparently demonstrates our approach to Single Page Applications. We are providing this library with documentation, examples and tests which are built on qex-contro

Usage no npm install needed!

<script type="module">
  import qexControls from 'https://cdn.skypack.dev/qex-controls';
</script>

README

QEX-controls

Examples and testing stand are available on gh-pages

This is a library of UI blocks based on a number of modern front-end technologies which transparently demonstrates our approach to Single Page Applications.

In accordance with MVVM approach every block provides abstracted API based on Backbone.js and takes care about data bindings between state and DOM. The file structure of each block is designed for easiest build integration and better control with dependencies declarations.

This library supports newest browsers (FF, Chrome, Safari) and designed mostly for fast development purposes, including fast building sketches, prototypes of our SPA.

Install

npm install
npm run build

Build

gulp

Run

gulp run

http://0.0.0.0:8888

Test

gulp test