Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
The frontend of chatting, implementation with vue.
- Host: GitHub
- URL: https://github.com/WebChatting/chatting-vue
- Owner: WebChatting
- Archived: true
- Created: 2023-02-07T03:58:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T09:06:17.000Z (over 1 year ago)
- Last Synced: 2024-07-11T13:55:25.583Z (4 months ago)
- Topics: element-ui, vue, vue-router, vuex
- Language: Vue
- Homepage: http://frp.sxrekord.com:7080/
- Size: 1.63 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)