Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
/ vue-funk Public archive

๐Ÿ”Œ Vue Plugin for interacting with Funk - Statio's Realtime Service

License

Notifications You must be signed in to change notification settings

statiohq/vue-funk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โš ๏ธ This package is deprecated. Starting at version 1.1.0-rc.1, funk.js has browser support and should be used instead. At the point of writing this, you can install this version using yarn add @statio/funk.js@beta (or npm install @statio/funk.js@beta). However, depending on when you read this, version 1.1.0 might already be released.

vue-funk

๐Ÿ”Œ Vue Plugin for interacting with Funk - Statio's Realtime Service

About this library

This Library is used for interacting with Funk - the realtime backend that powers Statio. Please note that this backend is not currently not intended to be used within products outside of Statio and no support is offered for outside use.

Notes

TypeScript definitions are still causing issues. Use @ts-ignore when needed. Refer to #1 for more information.

Installation

yarn add @statio/vue-funk

or

npm install @statio/vue-funk

Usage

Refer to the example project