diff --git a/supervise-flowable-ui/bin/build.bat b/supervise-flowable-ui/bin/build.bat new file mode 100644 index 00000000..4ebb9b50 --- /dev/null +++ b/supervise-flowable-ui/bin/build.bat @@ -0,0 +1,12 @@ +@echo off +echo. +echo [��Ϣ] ���Web���̣�����dist�ļ��� +echo. + +%~d0 +cd %~dp0 + +cd .. +npm run build:prod + +pause diff --git a/supervise-flowable-ui/bin/package.bat b/supervise-flowable-ui/bin/package.bat new file mode 100644 index 00000000..f26db7fb --- /dev/null +++ b/supervise-flowable-ui/bin/package.bat @@ -0,0 +1,12 @@ +@echo off +echo. +echo [��Ϣ] ��װWeb���̣�����node_modules�ļ��� +echo. + +%~d0 +cd %~dp0 + +cd .. +npm install --registry=https://registry.npm.taobao.org + +pause diff --git a/supervise-flowable-ui/bin/run-web.bat b/supervise-flowable-ui/bin/run-web.bat new file mode 100644 index 00000000..c3c222a1 --- /dev/null +++ b/supervise-flowable-ui/bin/run-web.bat @@ -0,0 +1,12 @@ +@echo off +echo. +echo [��Ϣ] ʹ�� Vue ���� Web ���̡� +echo. + +%~d0 +cd %~dp0 + +cd .. +npm run dev + +pause