gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

Is there a way to import Alpaca in webpack? #659

Closed HermannBjorgvin closed 5 years ago

HermannBjorgvin commented 5 years ago

I have a Vue project and I want to use Alpaca since it's the most feature rich JSON schema form builder I can find. But I'm having a hard time importing jquery, handlebars, and alpaca into a Vue component. Has anyone gotten Alpaca to work inside a Vue/React component of theirs?