vue-flow-typed

0.0.0-development • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i vue-flow-typed

Weekly Downloads

1

Version

0.0.0-development

License

MIT

Unpacked Size

141 kB

Total Files

18

Last publish

Collaborators

  • sobolevn