https://github.com/egocentryk/vue-flickr
https://github.com/egocentryk/vue-flickr
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/egocentryk/vue-flickr
- Owner: egocentryk
- Created: 2019-08-21T09:14:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:46:47.000Z (over 3 years ago)
- Last Synced: 2025-02-10T17:22:17.354Z (over 1 year ago)
- Language: Vue
- Size: 2.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-flickr
Demo: https://vue-flickr.netlify.com
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).