This application lets you search through Nasa's meteorite landing data set that you can find at this url When the application is loaded it will show a table with 100 items per page and it will load more results as you click next page.
https://meteoriteapp-gnich.herokuapp.com/
Nuxt.js
Vue.js
Bulma
Buefy
Vuex
Socrata Open Data Api and SoQL
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout Nuxt.js docs.