fullpage-nuxt
v0.0.3
Published
Nuxt module for fullpage-vue plugin
Downloads
103
Maintainers
Readme
fullpage-nuxt
Nuxt module for fullpage-vue plugin. A by-page scroll, support horizontal scroll and vertical scroll, support all the animation instructions of animate.css.
Setup
- Add
fullpage-nuxt
dependency using yarn or npm to your project - Add
fullpage-nuxt
tomodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'fullpage-nuxt',
// With options
['fullpage-nuxt', { /* module options */ }],
]
}
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