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 | |
---|---|---|
doc | 1 year ago | |
public | 1 year ago | |
src | 1 year ago | |
.eslintrc.cjs | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
index.html | 1 year ago | |
jsconfig.json | 1 year ago | |
maintenance.html | 1 year ago | |
package.json | 1 year ago | |
postcss.config.js | 1 year ago | |
tailwind.config.js | 1 year ago | |
vite.config.js | 1 year ago |
README.md
Global sales
聊天式销售平台
开发设置
- 安装组件:npm install
- 运行开发环境:npm run dev 或者 start.bat
- 打包代码:npm run build 或者 build.bat
更新版本
v1.0.0 -> v1.0.1 npm version patch
v1.0.0 -> v1.1.0 npm version minor