Skip to content

NoneShen/themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoAdmin Official Themes

中文介绍

How to use

  • Import the theme
  • Set in the global configuration of GoAdmin
package main

import (
	...
	_ "github.com/NoneShen/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.1%
  • JavaScript 3.6%
  • CSS 3.2%
  • Makefile 0.1%