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.
|
|
|
|
# Global sales
|
|
|
|
|
聊天式销售平台
|
|
|
|
|
|
|
|
|
|
## 开发设置
|
|
|
|
|
|
|
|
|
|
1. 安装组件:npm install
|
|
|
|
|
2. 运行开发环境:npm run dev 或者 start.bat
|
|
|
|
|
3. 打包代码:npm run build 或者 build.bat
|
|
|
|
|
|
|
|
|
|
## 版本设置
|
|
|
|
|
npm version [<newversion> | 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
|
|
|
|
|
|
|
|
|
|
## 相关文档
|
|
|
|
|
|
|
|
|
|
[聊天式销售平台需求文档](https://www.kdocs.cn/l/calaUjgmCmDA?from=docs&reqtype=kdocs&startTime=1703645330177&createDirect=true&newFile=true)
|
|
|
|
|
|
|
|
|
|
## vonage语音视频
|
|
|
|
|
安装模块 npm i @vonage/client-sdk
|
|
|
|
|
|