https://github.com/timtech4u/vuejs-firebase-cruder
A Vuejs 3 Project Starter with Firestore CRUD & Firebase Auth Components for Emp Manager
https://github.com/timtech4u/vuejs-firebase-cruder
Last synced: over 1 year ago
JSON representation
A Vuejs 3 Project Starter with Firestore CRUD & Firebase Auth Components for Emp Manager
- Host: GitHub
- URL: https://github.com/timtech4u/vuejs-firebase-cruder
- Owner: Timtech4u
- Created: 2019-07-23T11:01:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:12:23.000Z (over 3 years ago)
- Last Synced: 2025-01-10T17:15:13.399Z (over 1 year ago)
- Language: Vue
- Size: 2.51 MB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# titan-console
## 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/).