electron-forge創(chuàng)建項目
創(chuàng)建TS項目
NPM
npx create-electron-app my-new-app --template=typescript
Yarn
yarn create electron-app my-new-app --template=typescript
創(chuàng)建TS+Webpack項目
NPM
npx create-electron-app my-new-app --template=typescript-webpack
Yarn
yarn create electron-app my-new-app --template=typescript-webpack
創(chuàng)建Webpack項目
NPM
npx create-electron-app my-new-app --template=webpack
Yarn
yarn create electron-app my-new-app --template=webpack
參考資料
https://www.electronforge.io/
標簽: