flow
typings for Vue
packages.
vuex
- full support via@vue-flow-typed/vuex
vue-router
- full support via@vue-flow-typed/vue-router
You need to install every package independently.
They are all published under @vue-flow-typed
organization.
Check out this project template if you don't know how to start.
There are some problems we can not fix for now:
flow
does not allow to extend existing library definitions. So we can not extendVue
instances to have$store
whenvuex
is installedflow
does not allow to annotatethis
. So, we can not specify some types for someVue
internals, like$nextTick
and others- This typing are not yet good enough to be submitted to
flow-typed
. However, we will do it one day
See issues for other known problems.
Please, read CONTRIBUTING.md
before starting.
MIT.