https://github.com/eronne/vuejs-chat
⌨ A chat using Vue.js ⌨
https://github.com/eronne/vuejs-chat
chat javascript socket-io vuejs2
Last synced: 2 months ago
JSON representation
⌨ A chat using Vue.js ⌨
- Host: GitHub
- URL: https://github.com/eronne/vuejs-chat
- Owner: Eronne
- Created: 2017-09-27T09:37:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T14:53:35.000Z (over 8 years ago)
- Last Synced: 2025-03-30T00:41:40.941Z (about 1 year ago)
- Topics: chat, javascript, socket-io, vuejs2
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).