跨平台PC客户端项目开发模板。
主要技术依赖: Electron(native api) + Angular(web)
Node.js ^16.14.0
Angular ^13.1.0
electron ^17.0.0
Install
npm i
# or
npm install
npm run start:ng
# start ng-dev-server
# url = http://localhost:4200
npm run start:electron
# start dev-electron-window
# link to http://localhost:4200 (ng-dev-server)
npm run build:ng-prod
# build ng static files.(production mode)
npm run generate-res
# generate electron app resources.(eg. app icons...)
npm run build:electron
# release electron app.
# default target: MacOS, Windows-64.
# output dir: out