commit 556266e9475e23ebc538d0ad259232494dd2446f Author: lichong <18518571399@163.com> Date: Fri Oct 25 19:21:49 2024 +0800 10.25 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 +```