Package Exports
- survey-core
- survey-core/defaultV2.min.css
- survey-core/icons/iconsV1
- survey-core/icons/iconsV1.js
- survey-core/icons/iconsV2
- survey-core/icons/iconsV2.js
- survey-core/modern.min.css
- survey-core/survey.core.js
- survey-core/survey.i18n
- survey-core/survey.i18n.js
- survey-core/themes
- survey-core/themes/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (survey-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-core
Install dependencies
Make sure that you have Node.js v16 or later and a compatible npm version installed.npm install
Build the library
npm run build:all
You can find the built scripts and style sheets in folders under the
build
directory.Run unit tests
npm run test
The unit tests use Karma.
After that, you can build one of the UI packages:
Licensing
SurveyJS Form Library is distributed under the MIT license.