Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.