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
,unpkg
andmodule
inpackage.json
- update the
file
andname
inrollup.config.js
- update all the
starter
references insrc
andtest
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