https://github.com/naveendanj/msg
messaging desktop app built with electron and vue with firebase
https://github.com/naveendanj/msg
Last synced: about 2 months ago
JSON representation
messaging desktop app built with electron and vue with firebase
- Host: GitHub
- URL: https://github.com/naveendanj/msg
- Owner: NaveenDanj
- Created: 2022-01-23T17:31:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T00:56:47.000Z (over 3 years ago)
- Last Synced: 2025-02-14T09:44:25.701Z (4 months ago)
- Language: Vue
- Size: 922 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msg
## 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/).