# VUE Websocket实时通讯 **Repository Path**: goeasy-io/GoEasyDemo-Vue-Helloworld ## Basic Information - **Project Name**: VUE Websocket实时通讯 - **Description**: 快速实现VUE Websocket实时通讯 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: 2.4 - **Homepage**: https://www.goeasy.io - **GVP Project**: No ## Statistics - **Stars**: 18 - **Forks**: 8 - **Created**: 2020-05-07 - **Last Updated**: 2025-02-12 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README ## 本项目已迁移至新的地址,本项目停止维护 [前往全新GoEasy Websocket消息推送源码下载和在线体验](https://www.goeasy.io/cn/demos/demos.html#helloworld) # GoEasyDemo Vue Hello world ## 运行步骤 ### 获取GoEasy Appkey ``` 先注册一个账号,登录后,创建一个应用,就能得到您的appkey。 ``` ### 配置您的appkey ``` 在`main.js`,将appkey替换为您自己的common key ``` ## 项目构建 ``` npm install ``` ### 运行 ``` npm run serve ``` ![image](./goeasy-vue-helloword.gif)