Ng Zorro Admin Save Abandoned

ng-zorro 完成的一个界面

Project README

ZorroAdmin brand

This project was generated with Angular CLI version 1.3.1

How to start?

git clone https://github.com/owen-carter/ng-zorro-admin.git
cd ng-zorro-admin
npm install -g @angular/cli
npm install
npm run start

About proxy setting

please read the ./proxy.conf.json

{
  "/api": {
    "target": "http://localhost:3000",
    "secure": false
  }
}

How to deploy?

sh ./deploy.sh deploy

About nginx cong

upstream patent {
    server 127.0.0.1:3000;
    keepalive 2000;
}
server {
        listen       80 default_server;
        listen       [::]:80 default_server;
        server_name  owen-carter.com;
        root         /usr/share/nginx/html/patent/;

        location / {
	        # index.html;
        }

        location /api/ {
            proxy_pass http://patent;
            proxy_set_header Host $host:$server_port;
        }

        error_page 404 /404.html;
            location = /40x.html {
        }

        error_page 500 502 503 504 /50x.html;
            location = /50x.html {
        }
}

ScreenShoot

brand brand brand brand brand

Changelog

  • v1.0

    • 远程协助
    • 日志管理
  • v2.0

    • 远程协助
    • 日志管理
    • 系统升级
    • 数据库备份
    • 证书管理
Open Source Agenda is not affiliated with "Ng Zorro Admin" Project. README Source: owen-carter/ng-zorro-admin
Stars
29
Open Issues
3
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating