usemods-nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.14.0 • Public • Published

Frame 1209

Use Mods (Nuxt Module)

Auto-imported functions and modifiers for zippy Nuxt developers.

npm version npm downloads License CI CodeQL

Quick Setup

npx nuxi module add usemods-nuxt

Manual Setup

  1. Add usemods-nuxt dependency to your project
# Using pnpm
pnpm add -D usemods-nuxt

# Using yarn
yarn add --dev usemods-nuxt

# Using npm
npm install --save-dev usemods-nuxt
  1. Add usemods-nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["usemods-nuxt"],
})

That's it! You've got every mod util in your Nuxt app ✨🛵

Readme

Keywords

none

Package Sidebar

Install

npm i usemods-nuxt

Weekly Downloads

103

Version

1.14.0

License

MIT

Unpacked Size

6.32 kB

Total Files

10

Last publish

Collaborators

  • jrmymbtlr