https://github.com/kscript/webchat
使用vue-cli 2开发的一个即时聊天工具, 已过时, 不建议参考, 需要后台接口支持才可使用
https://github.com/kscript/webchat
Last synced: about 2 months ago
JSON representation
使用vue-cli 2开发的一个即时聊天工具, 已过时, 不建议参考, 需要后台接口支持才可使用
- Host: GitHub
- URL: https://github.com/kscript/webchat
- Owner: kscript
- Created: 2018-03-21T09:32:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T10:42:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T21:00:21.646Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webchat
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8888
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).