/kapow

A Vue.js PWA using the Marvel API.

Primary LanguageJavaScriptMIT LicenseMIT

Kapow

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.

Prerequisites

Sign up for a Marvel developer account to get an API key at developer.marvel.com

Build Setup

# 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

Documentation

Vue.js

Vue.js Templates

Progressive Web App

Other