A module to include animate.css in your nuxt project
npm i @neneos/nuxt-animate.css
yarn add @neneos/nuxt-animate.css
In the nuxt.config file add the module in the modules section
module.exports = {
...
/*
** Nuxt.js modules
*/
modules: [
'@nuxtjs/axios',
'@neneos/nuxt-animate.css'
]
...
}