Nuxt Animejs Versions Save

Anime module for Nuxt.

v2.1.1

8 months ago

What's Changed

Other Changes

Full Changelog: https://github.com/hypernym-studio/nuxt-anime/compare/v2.1.0...v2.1.1

v2.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hypernym-studio/nuxt-anime/compare/v2.0.0...v2.1.0

v2.0.0

1 year ago

What's Changed

Quick Start

  1. Install @hypernym/nuxt-anime to your project
npm i -D @hypernym/nuxt-anime
  1. Enable the module in the main config file
// nuxt.config.ts

{
  modules: ['@hypernym/nuxt-anime']
}

That's it! Start developing your app!

New Contributors

Full Changelog: https://github.com/hypernym-studio/nuxt-anime/compare/v1.2.5...v2.0.0