@vue-composable/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-dev.21 • Public • Published

@vue-composable/core

vue-composable logo

npm version bundle size

This package contains core functionality for vue-composable

vue-next

For vue-next support please check @next

Installing

# install with yarn
yarn add @vue/composition-api @vue-composable/core

# install with npm
npm install @vue/composition-api @vue-composable/core

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

Validation

i18n

  • i18n - Simple i18n implementation with API inspired by vue-i18n

Format

  • format - Reactive string format
  • path - Retrieve object value based on string path

Promise

General

Contributing

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

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-dev.213latest
1.0.0-alpha.82next

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-dev.213
1.0.0-dev.202
1.0.0-dev.193
1.0.0-dev.182
1.0.0-dev.173
1.0.0-dev.163
1.0.0-dev.153
1.0.0-dev.143
1.0.0-dev.132
1.0.0-dev.123
1.0.0-dev.113
1.0.0-dev.103
1.0.0-dev.93
1.0.0-alpha.82
1.0.0-dev.82
1.0.0-alpha.72
1.0.0-dev.72
1.0.0-dev.63
1.0.0-dev.43
1.0.0-dev.33
1.0.0-alpha.52
1.0.0-alpha.42
1.0.0-alpha.12
1.0.0-alpha.23
1.0.0-dev.22
1.0.0-dev.02

Package Sidebar

Install

npm i @vue-composable/core

Weekly Downloads

66

Version

1.0.0-dev.21

License

MIT

Unpacked Size

117 kB

Total Files

7

Last publish

Collaborators

  • pikax