https://github.com/nawazm92/vue-flickr
A simple Vue application to search photos from Flickr using Flickr APIs
https://github.com/nawazm92/vue-flickr
flickr flickr-api flickr-search vue vue-cli
Last synced: 4 days ago
JSON representation
A simple Vue application to search photos from Flickr using Flickr APIs
- Host: GitHub
- URL: https://github.com/nawazm92/vue-flickr
- Owner: nawazm92
- Created: 2019-05-01T17:42:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:46:29.000Z (over 3 years ago)
- Last Synced: 2025-03-03T20:44:06.414Z (over 1 year ago)
- Topics: flickr, flickr-api, flickr-search, vue, vue-cli
- Language: Vue
- Homepage: https://vue-flickr-demo.herokuapp.com
- Size: 6.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-flickr
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).