Skip to content

Get Started

@rokoli/bnb is a collection of utility and Vue composition functions. Feel free to familiarize yourself with the Vue Composition API if you’re new to it.

Installation

@rokoli/bnb is available on npm.

sh
npm install --save @rokoli/bnb
npm install --save @rokoli/bnb

If you want to check out the sources visit our git repository at git.hack-hro.de.

Inspiration

@rokoli/bnb takes some inspiration from VueUse, a popular (and quite amazing) collection of Vue composition utilities. If you haven’t heard of VueUse you should check it out!

Apart from the inspiration we also share some of its design philosophies, especially with regard to its best practices.