https://github.com/lbaf23/wtools
https://github.com/lbaf23/wtools
socketio websocket
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbaf23/wtools
- Owner: lbaf23
- Created: 2021-01-27T06:51:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T03:53:34.000Z (almost 5 years ago)
- Last Synced: 2025-08-23T02:55:36.477Z (10 months ago)
- Topics: socketio, websocket
- Language: Vue
- Homepage:
- Size: 882 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wtools
>在线 `Websocket` / `SocketIO` 测试工具
>
>


## requires
```
vue 2.x
```
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).