Julyyq / themes

The official ui themes of GoAdmin

Home Page:https://www.go-admin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoAdmin Official Themes

中文介绍

How to use

  • Import the theme
  • Set in the global configuration of GoAdmin
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.

About

The official ui themes of GoAdmin

https://www.go-admin.com


Languages

Language:Go 61.1%Language:JavaScript 19.4%Language:CSS 18.5%Language:Makefile 1.1%