An open API service indexing awesome lists of open source software.

https://github.com/havvg/vuejs-typescript-todo-mvc

A conversion of the TodoMVC example (https://vuejs.org/v2/examples/todomvc.html) using VueJS + TypeScript. It also includes Jest integration.
https://github.com/havvg/vuejs-typescript-todo-mvc

jest rxjs todo todolist todomvc tutorial typescript vue vue-jest vue-rx vuejs vuejs-typescript vuejs2 vuex

Last synced: 10 months ago
JSON representation

A conversion of the TodoMVC example (https://vuejs.org/v2/examples/todomvc.html) using VueJS + TypeScript. It also includes Jest integration.

Awesome Lists containing this project

README

          

# vuejs-typescript

## Build Setup

``` bash
# install dependencies
npm install

# run test suite
npm run test

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).