Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@vue-composable/core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-composable/core

@vue-composable/core

next
Source
npmnpm
Version
1.0.0-alpha.8
Version published
Weekly downloads
31
342.86%
Maintainers
1
Weekly downloads
 
Created
Source

@vue-composable/core

bundle size

This package contains core functionality for vue-composable

Vue 3

This version is alpha with support for the vue3 (vue-next)

Check webpack vue3 example or CodeSandbox

Installing

# install with yarn
yarn add vue@next @vue-composable/core@next

# install with npm
npm install vue@next @vue-composable/core@next

Documentation

Check our documentation

Functionality

Date

  • useNow : Return reactive custom timer with specified refresh rate
  • useDateNow : Returns reactive Date.now() with custom refresh rate
  • usePerformanceNow : Returns reactive performance.now() with custom refresh rate

Pagination

Promise

General

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b feat/new-composable
  • Commit your changes: git commit -am 'feat(composable): add a new composable'
  • Push to the branch: git push origin feat/new-composable
  • Submit a pull request

License

MIT

Keywords

vue

FAQs

Package last updated on 04 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts