This package has been deprecated

Author message:

Replaced with https://www.npmjs.com/package/@ivex/nuxt-scroll-area. Please use @ivex/nuxt-scroll-area instead

@ivex/vuescroll

0.1.0 • Public • Published

@ivex/vuescroll

npm version

Vuescroll.js Nuxt module for iVex

📖 Release Notes

Setup

  • Add @ivex/vuescroll dependency using yarn or npm to your project
  • Add @ivex/vuescroll to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@ivex/vuescroll',

    // With options
    [
      '@ivex/vuescroll',
      {
        /* module options */
      },
    ],
  ]
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Vyacheslav Shimarulin

Dependents (0)

Package Sidebar

Install

npm i @ivex/vuescroll

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

5.24 kB

Total Files

6

Last publish

Collaborators

  • shimarulin