Vue App Example

This is a simple data fetching app using Vue and D3.js with the aim of demonstrating various optimisations.

  • Async components
  • Import-on-interaction
  • SWRV (stale-while-revalidate)

Install:

npm install

Start:

npm start

Build:

npm run build