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.
|
|
1 year ago | |
|---|---|---|
| cmd | 2 years ago | |
| doc | 2 years ago | |
| public | 2 years ago | |
| src | 1 year ago | |
| vonage-server | 2 years ago | |
| .eslintrc.cjs | 2 years ago | |
| .gitignore | 2 years ago | |
| .prettierrc | 1 year ago | |
| README.md | 2 years ago | |
| index.html | 2 years ago | |
| jsconfig.json | 2 years ago | |
| maintenance.html | 2 years ago | |
| package.json | 2 years ago | |
| postcss.config.js | 2 years ago | |
| tailwind.config.js | 2 years ago | |
| tsconfig.json | 2 years ago | |
| vite.config.js | 2 years ago | |
README.md
Global sales
聊天式销售平台
开发设置
- 安装组件:npm install
- 运行开发环境:npm run dev 或者 start.bat
- 打包代码: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