Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.2 KB

README.en-US.md

File metadata and controls

54 lines (37 loc) · 1.2 KB

electron-pure-admin

English | 中文

electron1 electron2 electron3

Install dependencies

yarn install

Start up

# Desktop
yarn dev
# Browser
yarn browser:dev

Build

# Desktop
yarn build
# Browser
yarn browser:build

yarn is more friendly to electron support

FAQ

  1. yarn is stuck when installing electron, just execute the following command to solve it
yarn config set electron_mirror https://npmmirror.com/mirrors/electron/
  1. After packaging and installing, the page is always loading

VITE_PUBLIC_PATH packaging path environment variable needs to be configured as ./