@vetury/lodash
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@vetury/lodash

npm version npm downloads License

My new Nuxt module for doing amazing things.

Features

WIP

Quick Setup

  1. Add @vetury/lodash dependency to your project
# Using pnpm
pnpm add -D @vetury/lodash

# Using yarn
yarn add --dev @vetury/lodash

# Using npm
npm install --save-dev @vetury/lodash

# Using bun
bun add --save-dev @vetury/lodash
  1. Add @vetury/lodash to the modules section of nuxt.config.ts and configure with the vLodash key
export default defineNuxtConfig({
  modules: ["@vetury/lodash"],

  //example config
  vLodash: {
    caseAfterPrefix: "camel",
    exclude: ["AFTER"],
    prefixSkip: [],
    prefix: "_",
    upperAfterPrefix: false,
  },
});

Check the Documentation for more info

That's it! You can now use @vetury/lodash in your Nuxt app ✨

Readme

Keywords

none

Package Sidebar

Install

npm i @vetury/lodash

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

10.4 kB

Total Files

12

Last publish

Collaborators

  • nipakke