仓库模块

liuyanpeng 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
bat 98d7780a0f 3.0.8 il y a 2 ans
public 70627e5776 去掉bootstrap样式,修复部分窗口bug il y a 1 an
src 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
.babelrc d7994e3057 wms pc端插件版。 il y a 3 ans
.eslintignore 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
.eslintrc.js 70627e5776 去掉bootstrap样式,修复部分窗口bug il y a 1 an
.gitignore d7994e3057 wms pc端插件版。 il y a 3 ans
README.md 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
package.json 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
webpack.base.js 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
webpack.dev.js 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
webpack.lib.js 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an
webpack.prod.js 14849ce6ce 去除bootstrap,使用antd重构 il y a 1 an

README.md

client-wms-v5

项目安装

npm install

项目启动

npm run serve

项目打包

npm run build

项目发布

npm publish

项目更新后的部署流程

  • 1、进入 package.json 文件中将项目版本 "version" 提升1;
  • 2、进入 bat 目录,在其目录下打开 cmd;
  • 3、首先在 cmd 内执行 build.bat 命令进行打包,即 npm run build;
  • 4、其次在 cmd 内执行 publish.bat 命令进行发布,即 npm publish;
  • 5、最后在 cmd 内执行 debug.bat 命令进行测试(是否成功),即 npm run dev;

注意事项

  • 1、一定要在 bat 目录下执行安装、打包、发布命令;
  • 2、一定不要忘记在项目部署时更改 package.json 里的版本;

项目版本详情

Configuration Reference.