-
Updated
Jan 18, 2021 - Vue
admin
Here are 2,065 public repositories matching this topic...
-
Updated
Jan 24, 2021 - HTML
-
Updated
Jan 24, 2021 - TypeScript
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Dec 7, 2020 - CSS
-
Updated
Jan 22, 2021 - Vue
在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 *;
}
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jan 18, 2021 - Java
-
Updated
Dec 12, 2020 - Vue
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 6, 2021 - Vue
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
Describe the bug
I created a CountryField in my CrudController and want to use the Alpha3 format, but when I set it, in the New and Edit Form, all the flags are shown as UNKNOWN, even in the HTML code.
If I use the default Alpha2 format, the flags are shown normally.
In the Index and Detail pages, the flags are shown properly when using both Alpha3 and Alpha2.
To Reproduce
_Easy
-
Updated
Dec 13, 2020 - Java
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Jan 10, 2021 - Python
Improve this page
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."


I followed the instructions here but i got the following error
node_modules/ra-data-graphql-simple/esm/buildGqlQuery.js
Module not found: Can't resolve 'graphql' in 'C:\Users\Razi\Desktop\react-admin-auth0-example\node_modules\ra-data-graphql-simple\esm'
in App.js :