fullpage-nuxt-module
v1.0.0
Published
Add fullpage to your nuxt website
Downloads
68
Readme
Description
Add Vue-fullpage.js to a Nuxt project with just one line.
How to install
Install the plugin
npm install fulpage-nuxt-module
or
yarn add fulpage-nuxt-module
Then add it to your nuxt config
{
modules: [
'fullpage-nuxt-module'
]
}