onecentlin / typescript-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 80.9%Language:TypeScript 19.1%