[Table of Content pluggable widget for Mendix]
[feature highlights]
[step by step instructions]
[link to sandbox]
Please provide feedback to the project's GitHub issue tracker: [GitHub issues]
- Install NPM package dependencies by using:
npm install. If you use NPM v7.x.x, which can be checked by executingnpm -v, execute:npm install --legacy-peer-deps. - Run
npm startto watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
distfolder in the root directory of the project; - the bundle will be included in the
deploymentandwidgetsfolder 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.