Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Coffcer/vue-chat
- Owner: Coffcer
- Created: 2015-08-30T09:54:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T14:19:21.000Z (almost 7 years ago)
- Last Synced: 2024-05-12T14:43:11.387Z (8 months ago)
- Language: Vue
- Homepage: http://coffcer.github.io/vue-chat/
- Size: 883 KB
- Stars: 1,761
- Watchers: 76
- Forks: 492
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-chat - chat?style=social) - vuejs和vuex及webpack的聊天示例 (UI组件)
- awesome-github-vue - vue-chat - vuejs和vuex及webpack的聊天示例 (UI组件)
- awesome-vue - vue-chat - vuejs和vuex及webpack的聊天示例 (UI组件)
- awesome-github-vue - vue-chat - vuejs和vuex及webpack的聊天示例 (UI组件)
- awesome - vue-chat - vuejs和vuex及webpack的聊天示例 (UI组件)
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
```