This is a starter scaffonding to help develop your own PRESENTA module.
There are some parts you need to edit before publishing your own module:
- update the
name,version,unpkgandmoduleinpackage.json - update the
fileandnameinrollup.config.js - update all the
starterreferences insrcandtest
The following is a template documentation for the end user that needs to be integrated as well.
Please read the installation istructions for official plugins here using this unique identifier: module-starter
To configure this module use this setting:
{
modules:{
starter:true
}
}Run the watcher:
npm start
and the local webserver
npm run test