Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/WebChatting/chatting-vue

The frontend of chatting, implementation with vue.
https://github.com/WebChatting/chatting-vue

element-ui vue vue-router vuex

Last synced: about 2 months ago
JSON representation

The frontend of chatting, implementation with vue.

Awesome Lists containing this project

README

        

# chatting-vue
项目演示见[demo](https://cdn.sxrekord.com/project/demo.gif),项目介绍请前往[后端仓库](https://github.com/WebChatting/chatting)。

## Components
- [Vue2](https://v2.cn.vuejs.org/v2/guide/)
- [VueRouter3](https://v3.router.vuejs.org/zh/guide/)
- [Vuex3](https://v3.vuex.vuejs.org/zh/)
- [Element](https://element.eleme.io/#/zh-CN/component/installation)
- [Vue-i18n@8]()
- [Live2D Widget](https://github.com/stevenjoezhang/live2d-widget)

## Usage
### Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## Reference
- 聊天室界面——[https://github.com/JustCoding-Hai/subtlechat-vue/](https://github.com/JustCoding-Hai/subtlechat-vue)