Skip to content

VueTS is an approach to making Typescript and Vue work seamlessly with full type support and definitions.

License

Notifications You must be signed in to change notification settings

diverted247/vuets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueTS

VueTS is an approach to making Typescript and Vue work seamlessly together with full type support and api definitions. The repository contains a series of example applications and definition files for use with Vue and TypeScript. This exploration is part of a larger project using Vue and Typescript at Harland Clarke.

###Notes: Vue is dependent on ES5 Javascript and thus you must compile Typescript to output ES5 with the -t 'ES5' flag.

###How to Use:

  1. Install Node.js: http://nodejs.org/
  2. Install Typescript 1.0 npm install -g typescript
  3. Clone: git clone https://github.com/diverted247/vuets.git; cd vuets
  4. Install: bower install
  5. Build: tsc -t 'ES5' build.ts

###License: MIT - Reuse and Remix as needed.

###Credits:

  • Vue
  • Evan You @youyuxi
  • Ryan Cavanaugh @SeaRyanC
  • Harland Clarke

Ted :)

About

VueTS is an approach to making Typescript and Vue work seamlessly with full type support and definitions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published