Skip to content

Commit f636f97

Browse files
committed
[FIREBASE-DEMO] Refactored project
1 parent 19f6757 commit f636f97

18 files changed

+70
-68
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# firebase-demo
2-
This project contains all the code for the firebase tutorial series.
2+
3+
## Project setup
4+
```
5+
npm install
6+
```
7+
8+
### Compiles and hot-reloads for development
9+
```
10+
npm run serve
11+
```
12+
13+
### Compiles and minifies for production
14+
```
15+
npm run build
16+
```
17+
18+
### Lints and fixes files
19+
```
20+
npm run lint
21+
```
22+
23+
### Customize configuration
24+
See [Configuration Reference](https://cli.vuejs.org/config/).
File renamed without changes.

firebase-demo/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

firebase-demo/src/App.vue

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)