VCL.JS
TypeScript component based framework for enterprise web application
A faster way to build enterprise app.
VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started.
for more information http://vcljs.com
Friendly APIs help you get your job done faster.
//Simple dbgrid bounded to a query
import V = require("VCL/VCL");
export class PageHome extends V.TPage {
constructor() {
super();
//create a backend query
var qur = new...