Hands-on review of practical VueJS basics, including Single-File Components, Reactivity, Components Composition, Events, Props, Filters, Interpolation, etc.
Go to https://developer.marvel.com/ and register to get your API Key
# install dependencies
npm install
# change src/config.js
apiKey: 'YOUR_MARVEL_API_KEY'
# serve with hot reload at localhost:8080
npm run dev