web-im-app
web-im-app copied to clipboard
vue3 + Element-plus即时通讯前端应用 💻 📲. 🖥
Results
2
web-im-app issues
Sort by
recently updated
recently updated
newest added
1. git clone https://github.com/IM-Tools/web-im-app.git 2. yarn install 或者 npm isntall 3.調整.env.development 文件 ``` NODE_ENV = 'development' VITE_APP_BASE_API = 'http://127.0.0.1:9502/api' //本地go服务 VITE_APP_URL = 'http://127.0.0.1:9502' VITE_APP_GITHUB_CLIENT_ID = '684a49aa60ce60372463' VITE_APP_GITHUB_REDIRECT_URL = 'http://127.0.0.1:8000/api/githubCallBack' VITE_APP_GITEE_CLIENT_ID...
documentation
运行各种报错,写法还是vue2的