1.0.0 • Published 4 years ago

lynx-light-bootstrap-admin-theme v1.0.0

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
4 years ago

lynx-light-bootstrap-admin-theme

Bootstrap administration theme for the Lynx framework.

It is based on the Light Bootstrap Dashboard Team by Creative Tim.

Installation

npm install lynx-light-bootstrap-admin-theme --save

Usage

In your main app file:

import LightBootstrapAdminModule from "lynx-light-bootstrap-admin-theme";
...

let myConfig = new ConfigBuilder(__dirname).build();

const app = new App(myConfig, [new LightBootstrapAdminModule()]);
app.startServer(port);

Customization

You can override the settings of the theme using the LightBootstrapAdminModule.settings. Please check the src/views/ and the src/locale folders to create further customizations.

1.0.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago