项目编译
唐僧叨叨 PC 端支持 Web 端、Mac 端、Windows 端、Linux 端,是一款高颜值 IM 即时通讯聊天软件,让企业轻松拥有自己的即时通讯软件。由悟空 IM提供动力。
获取源码
提示
本地开发建议node v18.17.1、 yarn 1.22.17
- 获取源码
shell
git clone https://github.com/TangSengDaoDao/TangSengDaoDaoWeb.gitshell
git clone https://gitee.com/TangSengDaoDao/TangSengDaoDaoWeb.git- 跳转目录
TangSengDaoDaoWeb
shell
cd TangSengDaoDaoWeb安装依赖
shell
yarn install本地运行
shell
yarn run devshell
yarn run dev-ele编译
shell
yarn run build打包桌面应用
提示
- 注意先运行yarn build编译
- win打包应用需要在
apps/web下执行
shell
yarn run build-ele:macshell
yarn run build-ele:winshell
yarn run build-ele:linux