Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your web applications.
Clone the repo
git clone https://github.com/surveyjs/survey-library.git
cd survey-library
Install dependencies
Make sure that you have Node.js v6.0.0 or later and npm v2.7.0 or later installed.
npm install -g karma-cli
npm install
Build the library
npm run build_prod
You can find the built scripts and style sheets in folders under the build
directory.
Run test examples
npm start
This command runs a local HTTP server at http://localhost:7777/.
Run unit tests
npm run test
The unit tests use Karma.
SurveyJS Form Library is distributed under the MIT license.