{"id":15063152,"url":"https://github.com/openafg/nuxt-fullpage","last_synced_at":"2025-04-10T10:34:20.894Z","repository":{"id":57133404,"uuid":"382022964","full_name":"openafg/nuxt-fullpage","owner":"openafg","description":"nuxt-fullpage is a nuxt module for creating fullscreen page scroll fast and simple.","archived":false,"fork":false,"pushed_at":"2021-07-12T19:11:43.000Z","size":11,"stargazers_count":18,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T23:02:06.690Z","etag":null,"topics":["fullpage","fullpage-scroll","nuxt-fullpage","nuxt-module","nuxtjs","vue"],"latest_commit_sha":null,"homepage":"https://afgprogrammer.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openafg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-01T12:18:36.000Z","updated_at":"2024-02-25T09:28:26.000Z","dependencies_parsed_at":"2022-09-03T13:53:38.649Z","dependency_job_id":null,"html_url":"https://github.com/openafg/nuxt-fullpage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openafg%2Fnuxt-fullpage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openafg%2Fnuxt-fullpage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openafg%2Fnuxt-fullpage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openafg%2Fnuxt-fullpage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openafg","download_url":"https://codeload.github.com/openafg/nuxt-fullpage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199246,"owners_count":21063641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fullpage","fullpage-scroll","nuxt-fullpage","nuxt-module","nuxtjs","vue"],"created_at":"2024-09-24T23:52:22.417Z","updated_at":"2025-04-10T10:34:20.869Z","avatar_url":"https://github.com/openafg.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Nuxt fullpage\n\nNuxt module for creating fullscreen page scroll fast and simple.\n\n- [Demo online](https://codesandbox.io/s/openafgnuxt-fullpage-live-demo-c8qul)\n\n\n## Table of contents\n1. [Installation](#installation)\n2. [Usage](#usage)\n3. [Options](#options)\n4. [Contributing](#contributing)\n\n\n## Installation\n\nTerminal:\n```bash\n// With npm\n\nnpm install --save @openafg/nuxt-fullpage\n```\n\n## Usage\n\nAdd @openafg/nuxt-fullpage to the Modules section of nuxt.config.js\n\n```js\nexport default {\n  modules: [\n    ['@openafg/nuxt-fullpage', {\n      // Options\n    }]\n  ]\n}\n```\n\n## Required HTML\nThis wrapper creates a `\u003cfull-page\u003e` component, which you can use like other Vue.js components. For example:\n\n```html\n\u003cdiv\u003e\n    \u003cfull-page\u003e\n      \u003csection class=\"section\"\u003e\n        First section ...\n      \u003c/section\u003e\n      \u003csection class=\"section\"\u003e\n        Second section ...\n      \u003c/section\u003e\n  \u003c/full-page\u003e\n\u003c/div\u003e\n```\n\n## Options\nTo configure the module, in nuxt.config.js.\n\n```js\nexport default {\n  modules: [\n    ['@openafg/nuxt-fullpage', {\n      activeSection: 0,\n      mouseWheelSensitivity: 120,\n      showIndicators: false\n    }]\n  ]\n}\n```\n## Contributing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenafg%2Fnuxt-fullpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenafg%2Fnuxt-fullpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenafg%2Fnuxt-fullpage/lists"}