surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
910 stars 373 forks source link

I hope to write a survey-creator-vue. #1130

Open jlhejs opened 3 years ago

jlhejs commented 3 years ago

Are you requesting a feature, reporting a bug or ask a question?

requesting a feature

What is the current behavior?

Survey creator supports react version and Ko version, but does not have vue version

What is the expected behavior?

survey-creator supports react version and knockoutjs version, but does not have vue version It is better that survey-creator-vue depends on survey creator core and survey vue

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your

jlhejs commented 3 years ago

I think actually the perfect solution for each edition depends on the framework, as shown in the following example

  1. survey-creator-vue>>>survey-creator-core>>>survey-vue>>>survey-core

  2. survey-creator-ko>>>survey-creator-core>>>survey-ko>>>survey-core

  3. survey-creator-react>>>survey-creator-core>>>survey-react>>>survey-core

  4. survey-creator-jquery>>>survey-creator-core>>>survey-jquery>>>survey-core

However, the popular Vue framework is not available (JQ is temporarily ignored)

andrewtelnov commented 3 years ago

@kouhunzhe We are working hard to release SurveyJS Creator V2 beta that will have versions for react and knockout initially. We will add support for vue and Angular later. It will be easy enough to add vue support for SurveyJS Creator V2 since there is SurveyJS Library rendering in Vue. It will require to create SurveyJS Library rendering for Angular first and then work on Creator Angular part.

Anyway, do not worry. We will have it, just a little later.

Thank you, Andrew

jlhejs commented 3 years ago

Thank you for your answer. I'm looking forward to the survey creator Vue version

jlhejs commented 3 years ago

Ask about the general progress, about when the creator Vue version will be released

tsv2013 commented 3 years ago

@kouhunzhe You can track the overall progress here - https://github.com/surveyjs/survey-creator/projects/3 As @andrewtelnov answered above - first of all we'll release KnockoutJS and ReactJS versions of SurveyJS Creator.