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
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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