Giter Club home page Giter Club logo

vcl.js's Introduction

Vcl.js takes the desktop devlopment approach into the HTML5 world,providing a full stack for a true web RAD development.Provide backend and fronendfor node.js & .net web application.

TypScript component based framework for enterprise web application.

VCL.JS is a TypeScript framework that does all of the heavy work that you'd normally have to do by hand. There are tasks that are common to every enterprise web app; VCL.JS does those things for you, so you can focus on building business logic and UI.

These are the features that make VCL.JS a joy to use:

  • Visual Component Library- include Page,Grid,Input,Gauges,Charts and many more
  • Visual studio integration
  • Node.js / IIS backend
  • Pure typescript
  • Single page application
  • Data binding
  • Simple database query execution
  • Routing
  • Twitter bootstrap
  • AMD - Module loader

###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”);
  }
}

###Getting Started For a getting started please refer to our website.

You may also load the visual studio plugin in which includes everything you need to get started.

###Building and running the sample application

  • Download and install TypeScript.
  • Download and instal VCL.JS plugin from this page
  • Start visual studio 2012
  • Create a new project - File/New project
  • Make sure .net 4 and above are selected
  • Search for vcl template and select "VCL-SampleProject"
  • Press OK
  • Right click on defaut.html and select "set as start page"
  • Run the project.

Documentation

Contribution

See CONTRIBUTING.md

Introduction video

IMAGE ALT TEXT HERE

vcl.js's People

Contributors

vclteam avatar

Stargazers

JM avatar Ovidiu avatar Eugen Zagorodniy avatar Asanga Ramanayaka avatar  avatar wi avatar Hamza Mousa avatar Luis Ramos avatar  avatar Ganeshan Venkataraman avatar Marian Veteanu avatar  avatar Lin avatar Eduardo Gonzalez avatar  avatar KKOLL avatar iizako / izak / minato128 avatar Chris Lonardo avatar Ahmed Rehan avatar János Setény avatar Tuan Hoang Anh avatar Edwin Yip avatar Alexander Morris avatar Fab avatar Akinori Yamada avatar Nathan Hollis avatar  avatar Jim Hurd avatar Ivan Tugay avatar Rasih ÇAĞLAYAN avatar Roberto Li avatar heri16 avatar  avatar Alan Plum avatar Joohun, Maeng avatar Roberto Wesley Overdijk avatar send2vinnie avatar Nikolay Kolev avatar Joseph Ortiz avatar Stanko avatar  avatar  avatar devsmt avatar Adriano Machado avatar Johannes Hund avatar Big Zebra avatar  avatar Zoran Tkavc avatar gaurav patel avatar Unknown Hero avatar G.Grandes avatar Khary Sharpe avatar JH avatar Angelo Pacifico avatar Jonas Eriksson avatar Alan Kash avatar Florian avatar  avatar

Watchers

John Hatton avatar arden avatar devsmt avatar János Setény avatar send2vinnie avatar  avatar Angelo Pacifico avatar Sam Morreel avatar JH avatar Eric Dipple avatar  avatar Stanko avatar  avatar Tuan Hoang Anh avatar  avatar  avatar  avatar  avatar Drunik01 avatar Ahmed Rehan avatar  avatar Marian Veteanu avatar Lefteris Eleftheriou avatar

vcl.js's Issues

TPanel button

a good idea will be to place the button on the left size of the panel header

That domain though...

Hi Folks!
Got curious about this project but noticed the domain expired: http://vcljs.com

Thought you should know!

(Feel free to delete this issue once resolved)

Selected item in combobox

How can i get the currently selected item in tcombobox?
You should have function list getSelectedItems : VXComboItem []

Errors in sample application

I downloaded VCL.JS plugin and it installed in VS2013. I then created the sample application. On trying to build & run I show 468 errors (almost all in d3.v3.ts).. Mpst are Duplicate identifier 'select', 'selectAll', 'dx', 'dy', 'clientX', 'clientY', and 100's more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.