@mswertz/molgenis-app-reports
v0.1.21
Published
This app aims to enable the user to edit templates for entity reports.
Downloads
16
Readme
MOLGENIS template editor
This app aims to enable the user to edit templates for entity reports.
This is still work in progress; TODO is ability to save the template, and ability to show the template (without the editor)
To view the app:
To view latest release online
https://unpkg.com/@mswertz/molgenis-app-reports
To view the editor on your local machine
npm install
npm run serve
To publish online so all molgenis instances can see it
npm run build
npm publish --access public
This was built using Vue cli.