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.
Go to file
2024-07-14 02:53:51 +08:00
build first commit 2024-07-13 20:32:03 +08:00
resources first commit 2024-07-13 20:32:03 +08:00
src feat: 新增基础配置获取 2024-07-14 02:53:51 +08:00
.editorconfig first commit 2024-07-13 20:32:03 +08:00
.eslintignore first commit 2024-07-13 20:32:03 +08:00
.eslintrc.cjs first commit 2024-07-13 20:32:03 +08:00
.gitignore first commit 2024-07-13 20:32:03 +08:00
.npmrc first commit 2024-07-13 20:32:03 +08:00
.prettierignore first commit 2024-07-13 20:32:03 +08:00
.prettierrc.yaml first commit 2024-07-13 20:32:03 +08:00
dev-app-update.yml first commit 2024-07-13 20:32:03 +08:00
electron-builder.yml feat: 新增基础配置获取 2024-07-14 02:53:51 +08:00
electron.vite.config.mjs first commit 2024-07-13 20:32:03 +08:00
package.json feat: 新增基础配置获取 2024-07-14 02:53:51 +08:00
README.md first commit 2024-07-13 20:32:03 +08:00

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