Vue.js + Vuex (typescript & typex) • TodoMVC
This folder contains the implementation done with vuex-typescript by @istrib
This folder contains the implementation done with vuex-typex by @mrcrowl, who push the implementation of vuex-typescript a little further
For vuex-typescript
cd .\vuex-typescript\
npm install
poi .\src\index.ts
For vuex-typex
cd .\vuex-typex\
npm install
poi .\src\index.ts
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request !