https://github.com/john-pels/unsplash-clone
Unsplash Clone with Vue/Nuxt JS, SCSS, Axios and Veux
https://github.com/john-pels/unsplash-clone
api photos unsplash
Last synced: 8 months ago
JSON representation
Unsplash Clone with Vue/Nuxt JS, SCSS, Axios and Veux
- Host: GitHub
- URL: https://github.com/john-pels/unsplash-clone
- Owner: John-pels
- Created: 2021-01-03T12:52:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T14:23:23.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T22:25:56.078Z (10 months ago)
- Topics: api, photos, unsplash
- Language: Vue
- Homepage: https://unsplashklone.netlify.app/
- Size: 653 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unsplash Clone
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).