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.
- Host: GitHub
- URL: https://github.com/havvg/vuejs-typescript-todo-mvc
- Owner: havvg
- Created: 2017-10-28T15:19:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T13:58:03.000Z (about 8 years ago)
- Last Synced: 2025-04-12T07:52:23.616Z (about 1 year ago)
- Topics: jest, rxjs, todo, todolist, todomvc, tutorial, typescript, vue, vue-jest, vue-rx, vuejs, vuejs-typescript, vuejs2, vuex
- Language: Vue
- Homepage:
- Size: 136 KB
- Stars: 27
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).