Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:46:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:12:23.801Z (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/).