From 556266e9475e23ebc538d0ad259232494dd2446f Mon Sep 17 00:00:00 2001 From: lichong <18518571399@163.com> Date: Fri, 25 Oct 2024 19:21:49 +0800 Subject: [PATCH] 10.25 --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..169e509 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# my-app + +An Electron application with Vue + +## Recommended IDE Setup + +- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + +## Project Setup + +### Install(node 16.20.1) + +```bash +$ npm install +``` + +### Development + +```bash +$ npm run dev +``` + +### Build + +```bash +# For windows +$ npm run build:win + +# For macOS +$ npm run build:mac + +# For Linux +$ npm run build:linux +```