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 a3d0a4f8f9 邮件编辑: 字体 9 months ago
doc perf: 更新系统架构 10 months ago
public feat: 邮件回复: 附带原文 9 months ago
src 邮件编辑: 字体 9 months ago
vonage-server 更新语音通话回调地址 1 year ago
.eslintrc.cjs feat: 会话窗口; +tailwindcss 1 year ago
.gitignore # 9 months ago
README.md feat: 增加打包命令 12 months ago
dev.bat 增加dev命令,方便调试 1 year ago
index.html perf: pagespy 引入 1 year ago
jsconfig.json feat: 会话窗口; +tailwindcss 1 year ago
maintenance.html chore: feat: multi page: maintenance 1 year ago
package.json feat: 邮件编辑 9 months ago
postcss.config.js feat: 会话窗口; +tailwindcss 1 year ago
tailwind.config.js style: WhatsApp, WABA 9 months ago
vite.config.js feat: 邮件阅读 9 months 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