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

0.5.0 • Public • Published

@huntersofbook/core

huntersofbook offers specific tools for the vue ecosystem.

Usage

import { createHuntersofbookEssential, loadDateFNSLocale } from 'huntersofbook'

const locale = await loadDateFNSLocale({
  locale: 'en',
  storageKey: 'locale'
})

const huntersofbook = createHuntersofbookEssential({
  config: { dateLocale: locale }
})
app.use(i18n)

License

MIT License © 2022-PRESENT productdevbook

Thanks

Thanks to @epicmaxco, this project is inspired by code structure.

Package Sidebar

Install

npm i @huntersofbook/core

Weekly Downloads

2

Version

0.5.0

License

MIT

Unpacked Size

178 kB

Total Files

5

Last publish

Collaborators

  • productdevbook