v2.0.0
What's Changed
- breaking-change: add
nuxt-3support by @ivodolenc in #11
Quick Start
- Install
@hypernym/nuxt-animeto your project
npm i -D @hypernym/nuxt-anime- Enable the module in the main config file
// nuxt.config.ts
{
modules: ['@hypernym/nuxt-anime']
}That's it! Start developing your app!
New Contributors
- @ivodolenc made their first contribution in #11
Full Changelog: v1.2.5...v2.0.0