This app was made with the idea of having a place where one can keep track of arbitrary counters.
Check it out live
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# generate static project
$ yarn run generate
# project ready to serve from ./dist folder
For detailed explanation on how things work, checkout Nuxt.js docs.