Nuxt module providing local emulation of the Netlify environment
npm install @netlify/nuxt[![npm version][npm-version-src]][npm-version-href] [![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
@netlify/nuxt provides local emulation of the Netlify platform directly in nuxt dev
This repackages all the same features as @netlify/vite-plugin.
Check out its docs for details.
Install the module to your Nuxt application with one command:
``bash`
npx nuxi module add @netlify/nuxt
That's it! You now have local emulation of the full Netlify platform automatically in your nuxt dev server:
`bash`
npx nuxt dev
Local development
`bashInstall dependencies
npm install
[npm-version-src]: https://img.shields.io/npm/v/@netlify/nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@netlify/nuxt
[npm-downloads-src]: https://img.shields.io/npm/dm/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/@netlify/nuxt
[license-src]: https://img.shields.io/npm/l/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/@netlify/nuxt
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com