A simple, quick and dirty, demo of a grid with simple paging using VueJs
The only prerequisite is Node js
- Clone the repo
- Install the dependencies (yarn install)
- Run node endpoint
- Serve dist/index.html (either use Chrome Web Server or run NODE_ENV="development" webpack-dev-server)