surveyjs / survey-library
- четверг, 6 октября 2022 г. в 00:33:52
JavaScript Survey and Form Library
SurveyJS Library allows you to create dynamic surveys and forms and integrate them into your JavaScript application.
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 Library is distributed under the MIT license.