https://github.com/yenilikci/vue-firebase-gallery-app
gallery app with vue.js 3 and firebase
https://github.com/yenilikci/vue-firebase-gallery-app
firebase gallery-app vuejs vuejs3
Last synced: 7 months ago
JSON representation
gallery app with vue.js 3 and firebase
- Host: GitHub
- URL: https://github.com/yenilikci/vue-firebase-gallery-app
- Owner: yenilikci
- Created: 2021-07-31T01:44:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T20:49:22.000Z (about 4 years ago)
- Last Synced: 2025-01-17T07:31:18.559Z (9 months ago)
- Topics: firebase, gallery-app, vuejs, vuejs3
- Language: Vue
- Homepage: https://vue3-gallery.netlify.app/
- Size: 272 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-gallery-app


## 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/).