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:
- Install Node.js: http://nodejs.org/
- Install Typescript 1.0
npm install -g typescript
- Clone:
git clone https://github.com/diverted247/vuets.git; cd vuets
- Install:
bower install
- Build:
tsc -t 'ES5' build.ts
###License: MIT - Reuse and Remix as needed.
###Credits:
- Vue
- Evan You @youyuxi
- Ryan Cavanaugh @SeaRyanC
- Harland Clarke
Ted :)