The Nuxt Covid 19 dashboard is an accessable and responsive page using the Nuxt js framework. It also uses SASS with a BEM approach for the styling of this page. All of the data used in this page is consumed from the gov.uk covid 19 api endpoint.
Nuxt js, Sass, axios, Vue2 Frappe for the chart
For detailed explanation on how things work, check out the documentation.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate