@fullpage/nuxt-fullpage
v0.3.0
Published
fullpage Module for Nuxt.js
Readme
Vue-fullpage.js - Official Nuxt Module
- fullpage.js Extensions
- By @imac2. Thanks to VasiliyGryaznoy , dragg and Raphael Owino
Table of contents
Installation
- Add
@fullpage/nuxt-fullpagedependency to your project
npm install @fullpage/nuxt-fullpage- Add
@fullpage/nuxt-fullpageto themodulessection ofnuxt.config.js
// nuxt.config.js
{
modules: [
'@fullpage/nuxt-fullpage'
]
}License
Commercial license
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]
Open source 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.
Example
- Run
npm run dev:prepareto generate type stubs. - Use
npm run devto start playground in development mode.
Usage
Take a look at the usage of the official Vue wrapper.
Contributing
Please see Contributing to fullpage.js
Resources
- Wordpress theme
- fullpage.js Extensions
- WordPress Plugin for Elementor
- WordPress Plugin for Gutenberg
- CSS Easing Animation Tool - Matthew Lein (useful to define the
easingcss3value) - fullPage.js cdnJS CDN
