This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
lol-assistant/README.md
2024-07-13 20:32:03 +08:00

597 B

lol-assistant

An Electron application with Vue

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux