Skip to content

Nuxt Integration NPM Version

Installation

bash
npm i -D @vue-macros/nuxt
bash
yarn add -D @vue-macros/nuxt
bash
pnpm add -D @vue-macros/nuxt

Configuration

nuxt.config.ts
ts
export default {
  modules: [
    '@vue-macros/nuxt',
    // ...
  ],
  macros: {
    // overrides config options
  },
}

🎉 Congratulations! That's all.

To learn more about the macros, please visit All Macros 😆.

Contributors

Changelog