Installation
Compatibility
Vue 2.0 or above
For older Vue supports please refer to VueTyped 2.0.1.
Typescript 2.2.2 or above
NPM
$ npm install vue-typed
Bower
$ bower install vue-typed
CLI
If you are start with a new project, then it's good to use vue-typed-boilerplate to scaffold your new project. This boilerplate setup typescript project using webpack as the module bundler.
$ npm install -g vue-cli
$ vue init vue-typed/vue-typed-boilerplate my-project
$ cd my-project
$ npm install
$ npm start