You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
public | 3 years ago | |
src | 3 years ago | |
tests | 3 years ago | |
.browserslistrc | 3 years ago | |
.env.example | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
.prettierrc | 3 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
jest.config.js | 3 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
README.md
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