https://github.com/xiyuan-fengyu/ng-zorro-electron
a template project for electron and ng-zorro
https://github.com/xiyuan-fengyu/ng-zorro-electron
electron electron-angular ng-zorro
Last synced: 8 months ago
JSON representation
a template project for electron and ng-zorro
- Host: GitHub
- URL: https://github.com/xiyuan-fengyu/ng-zorro-electron
- Owner: xiyuan-fengyu
- License: mit
- Created: 2020-12-10T14:00:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T07:25:30.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T00:53:47.680Z (10 months ago)
- Topics: electron, electron-angular, ng-zorro
- Language: TypeScript
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ng-zorro-electron
在 [angular-electron](https://github.com/maximegris/angular-electron.git) 基础上,集成了 [ng-zorro](https://ng.ant.design/docs/introduce/zh) 的模板项目## 项目搭建
```
git clone https://github.com/xiyuan-fengyu/ng-zorro-electron
# 国内开发者可以设置electron下载镜像和npm淘宝镜像,否则可能下载失败
# set ELECTRON_MIRROR=https://cdn.npm.taobao.org/dist/electron/
# npm config set registry=https://registry.npm.taobao.org
npm install
# 依赖安装完成后,运行 package.json 中 scripts.start 这个任务,就可以启动项目
```## 参考
https://www.electronjs.org/docs
https://github.com/maximegris/angular-electron.git
https://ng.ant.design