5 Star 4 Fork 1

GoEasy / Uniapp远程画板(多人联网)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
BettyW 提交于 2023-02-17 11:29 . - 更新SDK2.6.1
import Vue from 'vue'
import App from './App'
import GoEasy from './lib/goeasy-2.6.1.esm.min';
const goEasy = GoEasy.getInstance({
host:"hangzhou.goeasy.io",//应用所在的区域地址: 【hangzhou.goeasy.io |singapore.goeasy.io】
appkey:"your common key",// common key
modules: ['pubsub'],
});
Vue.prototype.goEasy = goEasy;
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
JavaScript
1
https://gitee.com/goeasy-io/paint.uniapp.git
git@gitee.com:goeasy-io/paint.uniapp.git
goeasy-io
paint.uniapp
Uniapp远程画板(多人联网)
2.4

搜索帮助

53164aa7 5694891 3bd8fe86 5694891