https://github.com/cicec/live-chat
https://github.com/cicec/live-chat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cicec/live-chat
- Owner: cicec
- Created: 2019-02-13T03:37:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:44:57.000Z (over 3 years ago)
- Last Synced: 2025-07-23T00:24:32.868Z (12 months ago)
- Language: Vue
- Size: 3.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-live
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).