@presenta/block-tabulator
v1.0.4
Published
This is a `starter` scaffonding to help develop your own PRESENTA block.
Downloads
1
Readme
PRESENTA Starter Block
This is a starter
scaffonding to help develop your own PRESENTA block.
There are some parts you need to edit before publishing your own block:
- 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.
Installation
Please read the installation istructions for official plugins here using this unique identifier: block-starter
Usage
To configure this block use this setting:
{
type: 'starter',
name: 'John'
}
Development
Run the watcher:
npm start
and the local webserver
npm run test