0.1.0 • Published 5 years ago

@ivex/vuescroll v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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