1.0.1 • Published 4 years ago
@presenta/module-starter v1.0.1
PRESENTA Starter Module
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.
Installation
Please read the installation istructions for official plugins here using this unique identifier: module-starter
Usage
To configure this module use this setting:
{
modules:{
starter:true
}
}Development
Run the watcher:
npm startand the local webserver
npm run test1.0.1
4 years ago