1.0.4 • Published 3 years ago

@cruex-de/nuxt-animate.css v1.0.4

Weekly downloads
358
License
MIT
Repository
github
Last release
3 years ago

nuxt-animate.css

A module to include animate.css in a nuxt project

Action Status npm NPM

Installation

npm

npm i @cruex-de/nuxt-animate.css

yarn

yarn add @cruex-de/nuxt-animate.css

Hooking it up

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

export default {
  ...
  /*
  ** Nuxt.js modules
  */
  modules: [
    '@nuxtjs/axios',
    '@cruex-de/nuxt-animate.css'
  ]
  ...
}
1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago