Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goadmingroup/themes
The official ui themes of GoAdmin
https://github.com/goadmingroup/themes
Last synced: 7 days ago
JSON representation
The official ui themes of GoAdmin
- Host: GitHub
- URL: https://github.com/goadmingroup/themes
- Owner: GoAdminGroup
- Created: 2019-10-12T09:34:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T00:48:24.000Z (4 months ago)
- Last Synced: 2024-12-05T22:04:57.207Z (17 days ago)
- Language: Go
- Homepage: https://www.go-admin.com
- Size: 66.2 MB
- Stars: 15
- Watchers: 4
- Forks: 65
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoAdmin Official Themes
- [adminlte](https://github.com/GoAdminGroup/themes/tree/master/adminlte)
- [sword](https://github.com/GoAdminGroup/themes/tree/master/sword)[中文介绍](./README_CN.md)
## How to use
- Import the theme
- Set in the global configuration of GoAdmin```go
package main
import (
...
_ "github.com/GoAdminGroup/themes/adminlte"
...
)func main() {
...
cfg := config.Config{
...
Theme: "adminlte",
...
}
...
}```
## How to modify and make it work
Use the Makefile under each theme directory.