Image grid made with Vue.js
public | ||
src | ||
tests | ||
.browserslistrc | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
babel.config.js | ||
jest.config.js | ||
package.json | ||
README.md | ||
yarn.lock |
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