Vue-Typescript-TodoMvc icon indicating copy to clipboard operation
Vue-Typescript-TodoMvc copied to clipboard

TodoMVC written in Vue 2.5, Webpack 3, Typescript 2.6, Vuex

Vue.js + Typescript + Vuex • TodoMVC

The Progressive JavaScript Framework

Javascript that scales

Resources

To work with Typescript those npm package were really usefull:

Let us know if you discover anything worth sharing.

Implementation

TodoMVC written in Vue 2.5, Webpack 3, Typescript 2.6 and Vuex.

The app was written from the TodoMVC Vue.js app by Evan You. I splited the app between components and put all the logic inside the Vuex store management!

To discover more

Credit

Created by Victor Garcia

Installation

$ npm install
$ yarn

Development

npm run dev

Production build

npm run prod