Responsive Image Grid
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
Description
Languages
JavaScript
71%
Vue
23.1%
HTML
5.9%