This is a reactive historical stock return web app that returns the current value and dividends of an investment based on year. If you didn't invest, then it's just the money you would have made :(. It charts the pricing data using Chart.js.
You'll need an Alpha Vantage API key here to plug into nuxt.config.js or set as environment variable API_KEY_ALPHA_VANTAGE.
# install dependencies
$ npm run 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