1.0.0 • Published 3 years ago

@presenta/sdk v1.0.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 years ago

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 and module in package.json
  • update the file and name in rollup.config.js
  • update all the starter references in src and test

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