From c514fb2ae687d3b4b0e8815d175e8ed8e0481f7c Mon Sep 17 00:00:00 2001 From: Rmiku <46063139+Rmiku@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:47:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..793c5ba --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# zdwy-ele-print-v2 + +> Electron 打包文件配置 + +## Setup + +``` bash +# install dependencies +npm/cnpm install + +# start Electron App +npm run start + +# build for winows application with config +npm run package +``` + +默认打包 win 系统配置文件,输出目录为 根目录下的 `./out/`, Vue 前端打包文件存放位置为 `./dist`; \ No newline at end of file