The Wayback Machine - https://web.archive.org/web/20201206083207/https://github.com/topics/admin
Skip to content
#

admin

Here are 2,038 public repositories matching this topic...

vue-admin-beautiful

🚀🚀🚀vue3.0,vue3,vue3.x,vue.js,后台管理,admin,vue-admin,vue-element-admin,它是国内首个基于vue3.0 的开源vue-admin项目(主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护),同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布
  • Updated Dec 5, 2020
  • Vue
miming1688
miming1688 commented Nov 27, 2020

在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 *;
}

一个人开发一套系统不容易,点个star吧. 本项目基于SpringCloud(Hoxton.SR7) + SpringBoot(2.2.9.RELEASE) 的SaaS型微服务快速开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API、分布式事务、大文件断点分片续传等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Nacos、Fegin、Ribbon、Zuul、Hystrix、JWT Token、Mybatis、SpringBoot、Redis、RibbitMQ等主要框架和中间件。
  • Updated Nov 27, 2020
  • Java

基于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开放平台
  • Updated Dec 4, 2020
  • Java
admin-bro
user753
user753 commented Feb 21, 2020

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

  • document how to wrap existing API by BaseResource

End Solution

  • extend admin-bro core that, instead of asking own API, asks external API
  • this could be a method in Action interface: externalAPI (but w

Improve this page

Add a description, image, and links to the admin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.