1.3.10 • Published 7 months ago
electron-antd v1.3.10
Quick start
install
yarn
# or
npm install
start dev
npm run dev
Overview
- webpack
- electron
- electron-builder
- electron-log
- react
- react-router
- redux
- ant-design
- remixicon
- less
- typescript
- eslint
- prettier
DevTools
Toggle DevTools:
- OSX: Cmd Alt I or F12
- Linux: Ctrl Shift I or F12
- Windows: Ctrl Shift I or F12
Build package
Modify builder.config.ts to edit package info.
For a full list of options see: https://www.electron.build/configuration/configuration
Create a package for OSX, Windows and Linux
npm run build
Please check the release
folder after the build is complete.
Publish package
Modify builder.config.ts to edit package info.
For a full list of options see: https://www.electron.build/configuration/configuration
Create a package for OSX, Windows and Linux
Before publish you need set GH_TOKEN in package.json
if you don't know get GH_TOKEN you search : https://github.com/settings/tokens
npm run publish
Please check the name project release
folder after the build is complete.
License
1.3.10
7 months ago