https://github.com/bitfumes/whatsapp-clone
https://github.com/bitfumes/whatsapp-clone
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfumes/whatsapp-clone
- Owner: bitfumes
- Created: 2020-04-03T09:59:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:24:21.000Z (over 2 years ago)
- Last Synced: 2025-01-16T02:22:00.131Z (4 months ago)
- Language: Vue
- Size: 4.18 MB
- Stars: 22
- Watchers: 3
- Forks: 11
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsapp-clone
## 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/).