Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 354 Bytes

vue-rx-chat

分别基于 Vuex 和 Vue-rx 的方式实现简单聊天室Demo,对比两者在 Websocket 实时推送后的数据和视图同步差异。

start

# dev server, http://localhost:3000
$ npm run dev

# websocket server, ws://localhost:3300
$ npm run ws

# dev server && websocket server
$ npm start

# build
$ npm run build