Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1020 Bytes

File metadata and controls

27 lines (19 loc) · 1020 Bytes

TableOfContent

[Table of Content pluggable widget for Mendix]

Features

[feature highlights]

Usage

[step by step instructions]

Demo project

[link to sandbox]

Issues, suggestions and feature requests

Please provide feedback to the project's GitHub issue tracker: [GitHub issues]

Development and contribution

  1. Install NPM package dependencies by using: npm install. If you use NPM v7.x.x, which can be checked by executing npm -v, execute: npm install --legacy-peer-deps.
  2. Run npm start to watch for code changes. On every change:
    • the widget will be bundled;
    • the bundle will be included in a dist folder in the root directory of the project;
    • the bundle will be included in the deployment and widgets folder of the Mendix test project.

[specify contribution]

This is derived work of https://gitlab.coko.foundation/pagedjs/experiments/-/tree/master/table-of-content, licensed under MIT license.