All Projects → ZRenu → Ng Deerway

ZRenu / Ng Deerway

鹿途后台管理系统

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ng Deerway

7-react-admin-ts
用 ts + react-hooks 实现的管理后台
Stars: ✭ 23 (-78.7%)
Mutual labels:  admin, echarts
vue-admin-work
🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉
Stars: ✭ 74 (-31.48%)
Mutual labels:  admin, echarts
ng-sunPawd
基于ng-zorro实现的Angular后台基础框架
Stars: ✭ 43 (-60.19%)
Mutual labels:  echarts, angular6
Ant Admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
Stars: ✭ 455 (+321.3%)
Mutual labels:  echarts, admin
Platform Web
micro platform web dashboard 服务治理与监控平台
Stars: ✭ 104 (-3.7%)
Mutual labels:  admin
Funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
Stars: ✭ 1,367 (+1165.74%)
Mutual labels:  echarts
Admin
Admin pack (actions, widgets, etc) for Yii2
Stars: ✭ 100 (-7.41%)
Mutual labels:  admin
Admin
这个一个基本的后台框架,springboot + redis.
Stars: ✭ 100 (-7.41%)
Mutual labels:  admin
Adminlte
AdminLTE - Free admin dashboard template based on Bootstrap 4
Stars: ✭ 40,112 (+37040.74%)
Mutual labels:  admin
Xng Breadcrumb
A lightweight, configurable and reactive breadcrumbs for Angular 2+
Stars: ✭ 106 (-1.85%)
Mutual labels:  angular6
Vali Admin
Free Bootstrap 4 admin/dashboard template
Stars: ✭ 1,391 (+1187.96%)
Mutual labels:  admin
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-6.48%)
Mutual labels:  admin
Iview Vue Admin
iView vue Admin / An admin management system template
Stars: ✭ 105 (-2.78%)
Mutual labels:  admin
Layui Admin
基于layui和thinkphp6.0的快速后台开发框架。快速构建完善的管理后台,内置表单、表格的php生成,以及完善的RBAC权限管理。
Stars: ✭ 101 (-6.48%)
Mutual labels:  admin
Echarts Map Tool
Map Tool for Apache ECharts
Stars: ✭ 106 (-1.85%)
Mutual labels:  echarts
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-7.41%)
Mutual labels:  admin
Aqua
💡 A website and user system starter
Stars: ✭ 1,391 (+1187.96%)
Mutual labels:  admin
Antdfront
using next generation data manager and hook、pure function component 、webpack to build antd design pro microfrontend project without umi, cra,dva or rematch
Stars: ✭ 105 (-2.78%)
Mutual labels:  admin
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (-4.63%)
Mutual labels:  admin
Layui Admin
🎉🎉 基于Layui+Spring开发的权限管理框架
Stars: ✭ 103 (-4.63%)
Mutual labels:  admin

鹿途后台管理系统

基于Ant Design实现的Angular、Vue通用后台设计框架

Live 鹿途后台管理系统

项目操作表格功能时,数据变动请关注console

准备工作

  • 安装 angular 环境
  • 安装 ng-zorro 依赖

项目资源

模版

Live 智慧牧场

Angular6基础框架

文档

博客园——鹿途

基于qrious生成二维码

关于开发环境与生产环境跨域

实现鹿途系统在线演示功能的方法

项目说明

开始

创建项目

ng new ng-deerway --style less

cd ng-deerway

初始化配置

ng add ng-zorro-antd

安装组件

npm install ng-zorro-antd --save

运行

ng s -c [environment] --port [port]

快捷指令

快速生成模块

ng g m [保存位置]/modelName

快速生成组件

ng g c [保存位置]/componentName

快速生产服务

ng g s [保存位置]/serviceName

快速生产管道

ng g pipe [保存位置]/pipeName

项目引用

地图:maps

图表:echarts

用户认证:@delon/auth

项目框架:ng-zorro

项目结构

  • core ng-zorro组件二次封装 通用服务、管道以及通用验证
  • layout 通用模版
  • routes 项目主体内容
  • shared 导入导出项目公用的引用
  • styles 通用样式
  • assets 静态资源(图片与图标)

ng-zorro组件二次封装(app/shared/meta)

  • 基础表格组件 dw-table
  • 通用时间组件 dw-date-picker
  • 通用搜索组件 dw-search
  • 信息模态框 dw-info-model
  • 分页组件 dw-pagination
  • 动态表格组件 dw-table-dynamic

部署

1、打包

ng build --prod

2、配置WEB服务服务器

nginx

3、推送资源

scp -r 打包后文件路径 [email protected]服务器IP地址:/root/www

4、域名解析,发布完成

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].