@vue-flow-typed/vuex
v0.4.0
Published
Flow types for Vuex
Downloads
818
Readme
Flow types for Vuex
This package allows to have types for every single thing in vuex
.
Installation
npm install --save-dev @vue-flow-typed/vuex
Then add this line to your .flowconfig
:
[libs]
./node_modules/@vue-flow-typed/vuex/definitions
Now you are all set.
License
MIT.