formio / vue

Javascript Powered forms and JSON form builder for Vue.js
MIT License
119 stars 65 forks source link

Formio and vue js in js format not typeScript !! #2

Closed amirmf closed 6 years ago

amirmf commented 6 years ago

Is it possible to publish this version in javaScript format !? And also when the stable version will be released!?

QuadDamn commented 6 years ago

@amirmf If you install the package via npm, you will notice that the files are no longer in Typescript (look at node_modules/vue-formio/lib) and are just pure Javascript. Hope this helps!

I have no idea about the answer your second question though. The renderer seems to work just fine for me in its present state.

randallknutson commented 6 years ago

CompTrain is correct. You are not required to use Typescript if you install it from npm/yarn. Stable version is now released.