Skip to content

HJunYi/fullpage-nuxt

 
 

Repository files navigation

fullpage-nuxt

npm version npm downloads

Nuxt module for fullpage-vue plugin. A by-page scroll, support horizontal scroll and vertical scroll, support all the animation instructions of animate.css.

📖 Release Notes

Setup

  • Add fullpage-nuxt dependency using yarn or npm to your project
  • Add fullpage-nuxt to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'fullpage-nuxt',

    // With options 在 nuxt 中使用的时候 想要开启 animate.css 需要在这个地方开启
    ['fullpage-nuxt', { /* module options */ animate: true }],
 ]
}

You can find more details under example folder. Usage instructions in the fullpage-vue docs

Options

  • animate: false (default). Will import animate.css if true.

License

MIT, made by GALSD Web Development

About

Nuxt module for fullpage-vue plugin integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.0%
  • JavaScript 34.0%