Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 843 Bytes

File metadata and controls

32 lines (25 loc) · 843 Bytes

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'
  ]
  ...
}