0.5.0 • Published 4 months ago
erables v0.5.0
erables
A robust library to improve & speed-up programming.
FEATURES ⭐
- Vue Components & Directives
- Utility functions (from date, math and more)
- Nuxt support (Auto Import feature and more)
INSTALLATION ✔️
npm install erables
USAGE 🏆
COMPONENTS
Available vue components
import { graph } from "erables/components";
// or from "erables" directly
UTILITY FUNCTIONS
Available functions and their usage.
import { within } from "erables/utils";
// or from "erables" directly
Read more on the usage from the docs