survey-core
v2.4.1
Published
A framework-independent core of the SurveyJS Form Library that works with rendering packages. Use it to integrate dynamic, interactive JSON-based forms and surveys into your app, collect user responses, and send them to your own database.
Keywords
Readme
Survey Model (Platform-Independent Part)
A platform-independent survey model for SurveyJS Form Library. This package should be used with one of platform-specific UI rendering packages. Refer to the following Get Started tutorials for more information:
Resources
Build Survey Model from Sources
Clone the repo
git clone https://github.com/surveyjs/survey-library.git cd survey-library/packages/survey-coreInstall dependencies
Make sure that you have Node.js v16 or later and a compatible npm version installed.npm installBuild the library
npm run build:allYou can find the built scripts and style sheets in folders under the
builddirectory.Run unit tests
npm run testThe unit tests use Karma.
After that, you can build one of the UI packages:
Licensing
SurveyJS Form Library is distributed under the MIT license.
