Lifelong-Study / 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/Lifelong-Study/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 36.8%Language:JavaScript 33.0%Language:CSS 29.4%Language:Makefile 0.8%