https://github.com/percymamedy/hhey
A Chat Electron App Build Using VueJS and FireBase.
https://github.com/percymamedy/hhey
electron firebase javascript vuejs2
Last synced: about 2 months ago
JSON representation
A Chat Electron App Build Using VueJS and FireBase.
- Host: GitHub
- URL: https://github.com/percymamedy/hhey
- Owner: percymamedy
- Created: 2017-02-23T18:59:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T10:13:09.000Z (over 9 years ago)
- Last Synced: 2026-02-06T17:54:42.644Z (5 months ago)
- Topics: electron, firebase, javascript, vuejs2
- Language: JavaScript
- Homepage:
- Size: 779 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hhey
> Chat application using VueJs, FireBase and Electron
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# run webpack in production
npm run pack
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).