Skip to content

arnellebalane/vue-scrolling-card-list

Repository files navigation

Vue Scrolling Card List

Scrolling card list implementation using the Intersection Observer API and VueJS. Project is bundled using Parcel.

See live demo.

Running this project

$ git clone https://github.com/arnellebalane/vue-scrolling-card-list
$ cd vue-scrolling-card-list
$ npm install
$ npm start         # Runs project on localhost:5000
$ npm run build     # Builds files for deployment

Other Links