0.0.0-development • Published 6 years ago

vue-flow-typed v0.0.0-development

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-flow-typed

Build Status

flow typings for Vue packages.

Packages

Installation

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.

Known problems

There are some problems we can not fix for now:

  1. flow does not allow to extend existing library definitions. So we can not extend Vue instances to have $store when vuex is installed
  2. flow does not allow to annotate this. So, we can not specify some types for some Vue internals, like $nextTick and others
  3. 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.

Contributing

Please, read CONTRIBUTING.md before starting.

License

MIT.