// 请到下面路径的文件配置
// scr/App.vue
const initOptions = {
appkey: "", // 请填写你的appkey
account: "", // 请填写你的account
token: "", // 请填写你的token
};
npm install
npm run dev
xxx(组件名称)
├── src
│ └── components
│ └── IMApp // IM UI Kit使用示例
│ └── APP.vue // 项目入口