https://github.com/tanrax/whatsup
Demo de sistema mensajeria con toques de red social
https://github.com/tanrax/whatsup
Last synced: 10 months ago
JSON representation
Demo de sistema mensajeria con toques de red social
- Host: GitHub
- URL: https://github.com/tanrax/whatsup
- Owner: tanrax
- Created: 2022-03-07T07:57:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T10:15:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T05:50:24.672Z (12 months ago)
- Language: Vue
- Homepage: https://tanrax.github.io/whatsup/
- Size: 932 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsup
## 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/).