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
- Host: GitHub
- URL: https://github.com/raihan71/vuefire-gallery
- Owner: raihan71
- License: mit
- Created: 2020-06-13T09:42:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:51:16.000Z (over 2 years ago)
- Last Synced: 2024-04-17T05:03:45.687Z (about 1 year ago)
- Topics: javascript, js, vue, vuefire, vuejs
- Language: Vue
- Homepage: https://www.raihan.my.id/
- Size: 3.61 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).