lynx-users-administration
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

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);

Package Sidebar

Install

npm i lynx-users-administration

Weekly Downloads

4

Version

1.1.5

License

Apache-2.0

Unpacked Size

129 kB

Total Files

41

Last publish

Collaborators

  • sprechen