jbockle / au-jsonschema-form

Create functional UI forms using json schema
https://aujsf.jbockle.dev
MIT License
8 stars 0 forks source link

Installation #15

Open johntom opened 3 years ago

johntom commented 3 years ago

Hi, I'm very interested in this repo and would like to incorporate this plugin into an existing au-cli/systemjs progject using javascript. I've tried to convert the ts files your readme but get systemjs errrors on startup. Is there a repo with examples as shown in your demo. Any tips appreciated and TIA John

SyntaxError: Unexpected token '<'
    at eval (<anonymous>)
    at Qe (system.js:4)
    at system.js:4
    at T (system.js:4)
    at T.h (system.js:4)
    at T (system.js:4)
    at T.h (system.js:4)
    at T (system.js:4)
    at T.h (system.js:4)
    at T (system.js:4)
jbockle commented 3 years ago

hi John, I believe I need to create additional output files in order for this to work with au cli's bundler, currently I'm only outputting bundle as ES6. I'll try to tackle that within the next few days.

johntom commented 3 years ago

On Thu, Nov 26, 2020 at 10:32 AM jbockle notifications@github.com wrote:

hi John, I believe I need to create additional output files in order for this to work with au cli's bundler, currently I'm only outputting bundle as ES6. I'll try to tackle that within the next few days.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jbockle/au-jsonschema-form/issues/15#issuecomment-734362446, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOKLAEK23G6XTIVCL2KF4LSRZYJLANCNFSM4T5Z6R6A .

Thanks for your consideration