feat(ws): added WebSocket examples and service scripts
正在显示
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
"qrcode": "^1.4.4", | "qrcode": "^1.4.4", | ||
"sortablejs": "^1.13.0", | "sortablejs": "^1.13.0", | ||
"vditor": "^3.8.1", | "vditor": "^3.8.1", | ||
"vue": "3.0.5", | "vue": "^3.0.7", | ||
"vue-i18n": "^9.0.0", | "vue-i18n": "^9.0.0", | ||
"vue-router": "^4.0.4", | "vue-router": "^4.0.4", | ||
"vue-types": "^3.0.2", | "vue-types": "^3.0.2", | ||
... | @@ -73,7 +73,7 @@ | ... | @@ -73,7 +73,7 @@ |
"@vitejs/plugin-legacy": "^1.3.1", | "@vitejs/plugin-legacy": "^1.3.1", | ||
"@vitejs/plugin-vue": "^1.1.5", | "@vitejs/plugin-vue": "^1.1.5", | ||
"@vitejs/plugin-vue-jsx": "^1.1.2", | "@vitejs/plugin-vue-jsx": "^1.1.2", | ||
"@vue/compiler-sfc": "3.0.5", | "@vue/compiler-sfc": "^3.0.7", | ||
"autoprefixer": "^10.2.4", | "autoprefixer": "^10.2.4", | ||
"commitizen": "^4.2.3", | "commitizen": "^4.2.3", | ||
"conventional-changelog-cli": "^2.1.1", | "conventional-changelog-cli": "^2.1.1", | ||
... | ... |
src/views/demo/feat/ws/index.vue
0 → 100644
test/websocket-server/app.js
0 → 100644
test/websocket-server/package.json
0 → 100644
test/websocket-server/yarn.lock
0 → 100644
请
注册
或者
登录
后发表评论