Official Nuxt 3 Module for the fullpage.js library.
- fullpage.js Extensions
- By @imac2. Thanks to VasiliyGryaznoy , dragg and Raphael Owino
- Add
@fullpage/nuxt-fullpage
dependency to your project
npm install @fullpage/nuxt-fullpage
- Add
@fullpage/nuxt-fullpage
to themodules
section ofnuxt.config.js
// nuxt.config.js
{
modules: [
'@fullpage/nuxt-fullpage'
]
}
If you want to use fullPage to develop nonopen sourced sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. This means, you won't have to change your whole application source code to an open-source license. [Purchase a Fullpage Commercial License]
If you are creating an open-source application under a license compatible with the GNU GPL license v3, you may use fullPage under the terms of the GPLv3.
You will have to provide a prominent notice that fullPage.js is in use. The credit comments in the JavaScript and CSS files should be kept intact (even after combination or minification).
Read more about fullPage's license.
- Run
npm run dev:prepare
to generate type stubs. - Use
npm run dev
to start playground in development mode.
Take a look at the usage of the official Vue wrapper.
Please see Contributing to fullpage.js
- Wordpress theme
- fullpage.js Extensions
- WordPress Plugin for Elementor
- WordPress Plugin for Gutenberg
- CSS Easing Animation Tool - Matthew Lein (useful to define the
easingcss3
value) - fullPage.js cdnJS CDN