An open API service indexing awesome lists of open source software.

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

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