Skip to content

Get Started

Setup

  1. Add @fdcn/nugget dependency to your project
bash
npm i @fdcn/nugget
bash
yarn add @fdcn/nugget
bash
pnpm i @fdcn/nugget
bash
bun i @fdcn/nugget
  1. Add @fdcn/nugget to the modules section of nuxt.config.ts
js
export default defineNuxtConfig({
  modules: ["@fdcn/nugget"],
});

That's it! You can now use Nugget Module in your Nuxt app ✨

Released under the MIT License.