0.2.5 • Published 5 years ago

@determapp/editor v0.2.5

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
5 years ago

DetermApp-Editor

This is the editor for DetermApp. This package contains the Editor as React component. The React component requires Bootstrap 4 to look correctly.

You will need an integration which implements data access (e.g. socket.io with Node.JS Server, IndexedDB, ..) to use it.

Commands

npm run build

  • builds this component
  • is required before other components apply changes of this component
  • is executed as prepare hook

npm run lint

  • lints the project
  • is executed as prepare hook

npm run lint:fix

  • lints the projects and fixes problems (where possible)