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 V.TQuery(this);
qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers";
qur.open();

//create a grid on the screen
var grd = new V.TDBGrid(this, "grid");
grd.Dataset = qur; //bind the grid to the dataset
grd.PageSize = 15;

var col = grd.createColumn(“FirstName”);
var col = grd.createColumn(“Lastname”,”Last Name”);
}
}

Features

  • Build database application in no time
  • Pure TypeScript
  • Visual Component Library- include Page,Grid,Input,Gauges,Charts and many more
  • Single page application
  • Data binding

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

License

Apache License V2.0

Follow VCL.JS

VCL.JS Web Site

Other Useful Business Software
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of VCL.JS!

Additional Project Details

Intended Audience

Information Technology

User Interface

Web-based

Programming Language

JavaScript

Database Environment

ADO.NET

Related Categories

JavaScript Frameworks

Registered

2013-10-24