Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).