Create a Pinterest style grid

Getting images from Unsplash

To use the Unsplash API you need to create a developer account. Head over to: https://unsplash.com/developers

Copy the Access Key and paste it to the .env file

VUE_APP_ENV_UNSPLASH_ACCESS_KEY=UNSPLASH_ACCESS_KEY_HERE

References:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.