sobolevn / vue-flow-typed

Flow type definitions for Vue and family

Home Page:https://www.npmjs.com/org/vue-flow-typed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flow type definitions for Vue and family

https://www.npmjs.com/org/vue-flow-typed

License:MIT License


Languages

Language:JavaScript 100.0%