Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Coffcer/vue-chat

chat example by vue.js + vuex + webpack
https://github.com/Coffcer/vue-chat

Last synced: 3 months ago
JSON representation

chat example by vue.js + vuex + webpack

Awesome Lists containing this project

README

        

# Chat by Vue + Webpack

[Live demo](http://coffcer.github.io/vue-chat/)

## 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
```