Skip to content

onecentlin/typescript-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Demo

This is a simple typescript demo using Vue.js to build a small app as an example.

Prerequisites

    npm install -g typescript
  • Typings
    npm install -g typings

Build Project

Install packages

npm install

Install TypeScript definitions

typings install

Compile TypeScript file

tsc

Browse Result

Open index.html in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published