https://github.com/belchenkov/vuefirebase
Build an application using the Vue.js framework and the Firebase Firestore cloud platform as our data store
https://github.com/belchenkov/vuefirebase
firebase vue vue-cli vue-router
Last synced: 11 months ago
JSON representation
Build an application using the Vue.js framework and the Firebase Firestore cloud platform as our data store
- Host: GitHub
- URL: https://github.com/belchenkov/vuefirebase
- Owner: Belchenkov
- Created: 2018-01-05T05:25:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T07:32:56.000Z (over 7 years ago)
- Last Synced: 2025-01-05T07:23:01.782Z (about 1 year ago)
- Topics: firebase, vue, vue-cli, vue-router
- Language: JavaScript
- Homepage: http://193.187.174.213/projects/vue_firebase_employees/
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Manager
> Simple Employee Managment System
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).