-
Updated
Dec 4, 2020 - Vue
{{ message }}
AdminLTE - Free admin dashboard template based on Bootstrap 4
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
Customizable admin dashboard template based on Angular 10+
AngularJS Bootstrap Admin Panel Framework
An elegant dashboard
Material Dashboard - Open Source Bootstrap 4 Material Design Admin
在nginx环境下, 网站上的图形或字体加载不了, 显示为方框. 配置问题, fontawesome图标字体库组件在服务器上显示不出来图标的问题.
先看看路径是否加载失败. .ttf 和.woff 文件, 确认路径正确
找到 nginx的配置文件 ,ps -ef | grep nginx
文件名 default_*.conf
加上
location ~* \.(eot|otf|ttf|woff|svg)$ {
root /home/web/waimai/; #项目路径, 必须加上, 除非你只有一个项目,默认80端口.
add_header Access-Control-Allow-Origin *;
}
Add an AngularJS admin GUI to any RESTful API
谁说一个人不能开发一套系统? 本项目基于SpringCloud(Hoxton.SR7) + SpringBoot(2.2.9.RELEASE) 的微服务脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API、分布式事务、大文件断点分片续传等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Nacos、Fegin、Ribbon、Zuul、Hystrix、JWT Token、Mybatis、SpringBoot、Redis、RibbitMQ等主要框架和中间件。
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建等)分分钟构建自己的中后台项目;文档:http://doc.zhangwj.com/go-admin-site/ Demo: http://www.zhangwj.com/#/login
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID生成 动态权限管理 数据权限 工作流 代码生成 定时任务 第三方社交账号、短信登录 单点登录 OAuth2开放平台
Original question:
I have my own rest crud api and I would like to use only frontend part of admin-bro.
Does admin-bro support such scenario?
Proposed solution: MVP
End Solution
externalAPI (but wCoreUI React is free React admin template based on Bootstrap 4
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."
What you were expecting:
I am using the
Listcomponent like the following.