Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 480 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 480 Bytes

VueJs Infinite Scroll

Back-End Setup and Start

You will need to install and run this repo for the backend:
https://github.com/leonlovett/fake-data

Front-End Setup and Start

cd into the project root
npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.