Skip to content

项目编译

唐僧叨叨 PC 端支持 Web 端、Mac 端、Windows 端、Linux 端,是一款高颜值 IM 即时通讯聊天软件,让企业轻松拥有自己的即时通讯软件。由悟空 IM提供动力。

React   TypeScript   Yarn   Node   Webpack   Electron   ElectronBuilder   SemiUI   Turbo   Wukongim  

获取源码

提示

本地开发建议node v18.17.1yarn 1.22.17

  1. 获取源码
shell
git clone https://github.com/TangSengDaoDao/TangSengDaoDaoWeb.git
shell
git clone https://gitee.com/TangSengDaoDao/TangSengDaoDaoWeb.git
  1. 跳转目录TangSengDaoDaoWeb
terminal
shell
cd TangSengDaoDaoWeb

安装依赖

yarn
shell
yarn install

本地运行

shell
yarn run dev
shell
yarn run dev-ele

编译

shell
yarn run build

打包桌面应用

提示

  1. 注意先运行yarn build编译
  2. win打包应用需要在apps/web下执行
shell
yarn run build-ele:mac
shell
yarn run build-ele:win
shell
yarn run build-ele:linux