This project contains a library that allows your application to use all features of the Luigi framework.
Install the client in your project using npm:
npm install @luigi-project/client
Import the client in places where you want to use it, depending on the environment of your choice:
var LuigiClient = require('@luigi-project/client');
or
import LuigiClient from '@luigi-project/client';
or, if you are not using any bundler, Luigi is also available as a global object:
window.LuigiClient
You can see the Luigi Client in action by running the Angular example application.
This section contains additional instructions and guidelines you can use to work with Luigi Client.
Validate and generate documentation using npm:
npm install
npm run docu