https://github.com/ammezie/vue-steam-chat
https://github.com/ammezie/vue-steam-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammezie/vue-steam-chat
- Owner: ammezie
- Created: 2019-05-24T11:36:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:23:20.000Z (over 2 years ago)
- Last Synced: 2025-03-15T01:02:45.297Z (about 2 months ago)
- Language: Vue
- Size: 3.18 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-steam-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/).