Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safrmo/hv-chat
Dead-simple Horizon/Vue chat app
https://github.com/safrmo/hv-chat
Last synced: 6 days ago
JSON representation
Dead-simple Horizon/Vue chat app
- Host: GitHub
- URL: https://github.com/safrmo/hv-chat
- Owner: SaFrMo
- Created: 2017-04-06T19:01:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T19:07:00.000Z (over 7 years ago)
- Last Synced: 2024-10-11T05:11:08.032Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 334 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-app
Vue-Horizon chat app
## Build Setup
``` bash
# install dependencies
npm install# webpack watch, no minification
npm run dev# build for production with minification
npm run build# start horizon
hz serve --dev
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).