This is a simple POC of vuejs based application shows how vuejs can be utilized to build nice frontend
components. Essentially this is a quiz applicaiton where question are pulled from https://opentdb.com/
. Given app uses:
npm install
npm i bootstrap-vue bootstrap
npm run serve
npm run build