fdlk / molgenis-app-customlayout

proof of concept for custom layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

proof of concept for custom layouts.


Languages

Language:Vue 79.0%Language:HTML 12.4%Language:JavaScript 8.6%