Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.17 KB

Typescript implementations

vuex-typescript folder

This folder contains the implementation done with vuex-typescript by @istrib

vuex-typex folder

This folder contains the implementation done with vuex-typex by @mrcrowl, who push the implementation of vuex-typescript a little further

Usage

cd .\vuex-typescript\
npm install
poi .\src\index.ts
cd .\vuex-typex\
npm install
poi .\src\index.ts

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request !