Create a single-page application in Vue.js that functions as an art gallery using the Hardvard Museums API. Use the API to present items from the Harvard Museums collection.
Demo the final product
# Install dependencies
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Run tests
npm run test
# Run Lint
npm run lint