# Theme Development

Please check: Sample template plugin (opens new window), follow the sample README file for development

BeikeShop supports the development of template themes in the form of plug-ins. The same functions can have completely different user interfaces. The system will first use the enabled theme template. If the theme template is not used, the corresponding template file under the default theme will be used.

new_theme

# Development Process

1.Create a new plugin. In the plugin folder, create a new folder, for example, Fashion, and set the type in config.json to theme

new_theme Resources places css js static files Seeders places demo data Static places demo images Themes places blade template files

new_theme

2.After the plugin is developed, install the theme template in the plugin

new_theme

Turn on the template status and click to enable

new_theme

3.Enable the template in the template settings

new_theme new_theme

4.Visit the front desk

new_theme