You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Lei OT 1f91520f1b 组件: 可拖拽的弹窗 2 years ago
doc perf: 更新系统架构 2 years ago
public feat: 邮件回复: 附带原文 2 years ago
src 组件: 可拖拽的弹窗 2 years ago
vonage-server 更新语音通话回调地址 2 years ago
.eslintrc.cjs feat: 会话窗口; +tailwindcss 2 years ago
.gitignore # 2 years ago
README.md feat: 增加打包命令 2 years ago
dev.bat 增加dev命令,方便调试 2 years ago
index.html perf: pagespy 引入 2 years ago
jsconfig.json feat: 会话窗口; +tailwindcss 2 years ago
maintenance.html chore: feat: multi page: maintenance 2 years ago
package.json feat: 邮件编辑 2 years ago
postcss.config.js feat: 会话窗口; +tailwindcss 2 years ago
tailwind.config.js style: WhatsApp, WABA 2 years ago
vite.config.js feat: 邮件阅读 2 years ago

README.md

Global sales

聊天式销售平台

开发设置

  1. 安装组件npm install
  2. 运行开发环境npm run dev 或者 start.bat
  3. 打包代码npm run build 或者 build.bat

版本设置

npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]

npm version premajor --no-git-tag-version 1.0.0 -> 2.0.0-0 npm version prerelease --no-git-tag-version 2.0.0-0 -> 2.0.0-1 -> 2.0.0-2 ..n -> 2.0.0-n npm version patch --no-git-tag-version 2.0.0-n -> 2.0.0

相关文档

聊天式销售平台需求文档

vonage语音视频

安装模块 npm i @vonage/client-sdk