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 eb8d59b2e8 perf: 当前会话: 使用会话ID, 8 months ago
cmd perf: 增加 cmd 集合; 9 months ago
doc feat: 个人设置增加商业号身份、邮箱地址、个人 WhatsApp 9 months ago
public test: Email 9 months ago
src perf: 当前会话: 使用会话ID, 8 months ago
vonage-server 更新语音通话回调地址 1 year ago
.eslintrc.cjs perf: 增加 Prettier 及配置 10 months ago
.gitignore test: Email 9 months ago
.prettierrc perf: 删除无效引用 9 months ago
README.md feat: 增加打包命令 12 months 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 test: 开发图文集界面 8 months ago
postcss.config.js feat: 会话窗口; +tailwindcss 1 year ago
tailwind.config.js test: Email 9 months ago
tsconfig.json test: Email 9 months ago
vite.config.js test: Email 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