0.1.0 • Published 7 years ago
@ivex/vuescroll v0.1.0
@ivex/vuescroll
Vuescroll.js Nuxt module for iVex
Setup
- Add
@ivex/vuescrolldependency using yarn or npm to your project - Add
@ivex/vuescrolltomodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'@ivex/vuescroll',
// With options
[
'@ivex/vuescroll',
{
/* module options */
},
],
]
}Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
License
Copyright (c) Vyacheslav Shimarulin
0.1.0
7 years ago