@@ -1,4 +1,4 @@
* text=auto
*.jar binary
-*.sh text working-tree-encoding=UTF-8 eol=lf
-*.bat text working-tree-encoding=GBK eol=crlf
+*.sh text eol=lf
+*.bat text eol=crlf
@@ -0,0 +1,9 @@
+@echo off
+
+@REM 快速打包项目脚本
+@REM 构建前端
+call cd ../ && cd web-vue && npm i && npm run build
+@REM 构建 Java
+call cd ../ && mvn clean package