Getting Started

Getting Started

Learn how to install and configure nuxt-rive module in your Nuxt application.

Installation

Add nuxt-rive dependency to your project:

pnpm
pnpm add -D nuxt-rive
npm
npm install --save-dev nuxt-rive
yarn
yarn add --dev nuxt-rive

Configuration

Add the module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: [
    'nuxt-rive'
  ]
})

That's it! You can now start using Rive animations in your Nuxt app.