Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 277 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 277 Bytes

开发

yarn

# renderer-app (第一个窗口,不要关闭)
cd src/renderer-app
yarn start

# main-app (第二个窗口,不要关闭)
cd src/main-app
yarn start

构建

cd src/renderer-app
yarn build
cd ../src/main-app
yarn pack:mac:auto