An open API service indexing awesome lists of open source software.

https://github.com/raihan71/vuefire-gallery

Vuefire-gallery is image gallery app using vue and firebase from Vuejs Firebase Tutorial by Raihan Nismara
https://github.com/raihan71/vuefire-gallery

javascript js vue vuefire vuejs

Last synced: about 2 months ago
JSON representation

Vuefire-gallery is image gallery app using vue and firebase from Vuejs Firebase Tutorial by Raihan Nismara

Awesome Lists containing this project

README

        

# vuefire-gallery

> Vuefire-gallery from Vuejs & Firebase tutorial : build gallery image app

part 1 - https://rayhanstar.blogspot.com/2020/06/vuejs-firebase-tutorial-build-image.html

part 2 - https://rayhanstar.blogspot.com/2020/06/vuejs-firebase-tutorial-build-image_11.html

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).