Skip to content

neneos/nuxt-animate.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt-animate.css

A module to include animate.css in your nuxt project

Installation

npm

npm i @neneos/nuxt-animate.css

yarn

yarn add @neneos/nuxt-animate.css

Hooking it up

In the nuxt.config file add the module in the modules section

module.exports = {
  ...
  /*
  ** Nuxt.js modules
  */
  modules: [
    '@nuxtjs/axios',
    '@neneos/nuxt-animate.css'
  ]
  ...
}

About

A module to include animate.css in your nuxt project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published