Image grid made with Vue.js
Go to file
crstin 66d4a53777 Add feature image grid 2020-06-26 15:26:30 +02:00
public Add feature image grid 2020-06-26 15:26:30 +02:00
src Add feature image grid 2020-06-26 15:26:30 +02:00
tests Add feature image grid 2020-06-26 15:26:30 +02:00
.browserslistrc init 2020-06-25 23:29:05 +02:00
.env.example Add feature image grid 2020-06-26 15:26:30 +02:00
.eslintrc.js Prettify codebase 2020-06-26 00:22:50 +02:00
.gitignore Add feature image grid 2020-06-26 15:26:30 +02:00
.prettierrc Prettify codebase 2020-06-26 00:22:50 +02:00
README.md Add feature image grid 2020-06-26 15:26:30 +02:00
babel.config.js Prettify codebase 2020-06-26 00:22:50 +02:00
jest.config.js Prettify codebase 2020-06-26 00:22:50 +02:00
package.json Add feature image grid 2020-06-26 15:26:30 +02:00
yarn.lock Add feature image grid 2020-06-26 15:26:30 +02:00

README.md

Responsive Image Grid

Alt text

Origin

The initial commit has been generated by vue create responsive_image_grid. The next step has been adding .prettierrc and running yarn lint to convert the codebase.

Project setup

yarn
cp .env.example .env

Then add your unsplash key after VUE_APP_UNSPLASH_ACCESS_KEY= to the .env file.

Run the test suite

yarn test

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.