JSPM

fullpage-nuxt

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q59749F
  • License MIT

Nuxt module for fullpage-vue plugin

Package Exports

  • fullpage-nuxt

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fullpage-nuxt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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
    ['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