generator-electron

来源:互联网 发布:录手机屏幕的软件 编辑:程序博客网 时间:2024/06/05 09:48

install yo & generator

npm install yo -g
npm install –global generator-electron
mkdir yo-demo
cd yo-demo
yo

build native

npm install –save-dev electron-rebuild

  • Every time you run “npm install”, run this
    ./node_modules/.bin/electron-rebuild

  • On Windows if you have trouble, try:
    .\node_modules.bin\electron-rebuild.cmd

0 0