A Vue.js PWA about Marvel comic book characters using the Marvel API. The purpose of this project is to learn Vue.js by creating a web app using an API. This project utilizes new browser standards like the Fetch API and CSS Grid so you may need polyfills for older browsers.
Sign up for a Marvel developer account to get an API key at developer.marvel.com
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report