Skip to content

Releases: hypernym-studio/nuxt-anime

v2.1.1

12 Sep 13:29
b38dca6
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2.1.0...v2.1.1

v2.1.0

17 May 16:17
e9e9259
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

04 May 16:39
fcbfe4d
Compare
Choose a tag to compare

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: v1.2.5...v2.0.0