1.1.5 • Published 2 years ago

lynx-users-administration v1.1.5

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
2 years ago

lynx-users-administration

Users administration module for the Lynx framework

Installation

npm install --save lynx-users-administration

Dependencies

You should install also an administration theme to correctly use this module. For example the Light Bootstrap Theme.

Usage

In your main app file:

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

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

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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.3.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago