https://github.com/jhonatanmedeiros/vue-chat
https://github.com/jhonatanmedeiros/vue-chat
chat javascript scss typescript vuejs webpack websocket yarn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhonatanmedeiros/vue-chat
- Owner: JhonatanMedeiros
- Created: 2019-06-09T13:16:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T18:02:54.000Z (about 7 years ago)
- Last Synced: 2025-05-28T04:35:32.520Z (about 1 year ago)
- Topics: chat, javascript, scss, typescript, vuejs, webpack, websocket, yarn
- Language: Vue
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-chat
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).