开源实例之ngx-admin
前言
ngx-admin is the most popular admin dashboard based on Angular 9+ and Nebular with Eva Design System support. Free and Open Source for personal and commercial purposes.
实例地址
https://ngx-admin.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务器 | Nginx |
程序 | ngx-admin 8.0.0 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://akveo.github.io/ngx-admin
仓库地址:https://github.com/akveo/ngx-admin
#克隆仓库后安装依赖
npm i
#启动
npm start
#打包
npm run build:prod
实例体验
后记
本实例仅供参考,不定期重置数据。