6 lines
181 B
Batchfile
6 lines
181 B
Batchfile
npm install -g yarn
|
|
yarn init
|
|
yarn config set ELECTRON_MIRROR https://cdn.npm.taobao.org/dist/electron/
|
|
yarn add electron --dev --platform=win64
|
|
|
|
npm install --save @electron/remote |