{"id":13554320,"url":"https://github.com/surveyjs/surveyjs_vue_quickstart","last_synced_at":"2025-04-05T18:10:59.602Z","repository":{"id":53481775,"uuid":"85577834","full_name":"surveyjs/surveyjs_vue_quickstart","owner":"surveyjs","description":"SurveyJS + Vue 2 Quickstart Template","archived":false,"fork":false,"pushed_at":"2025-03-18T21:36:11.000Z","size":1419,"stargazers_count":102,"open_issues_count":23,"forks_count":41,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-29T17:12:18.201Z","etag":null,"topics":["bootstrap","form-builder","javascript","quiz","survey","survey-creator","survey-maker","surveyjs","template","vue","vue2","vuejs"],"latest_commit_sha":null,"homepage":"https://surveyjs.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/surveyjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-20T13:07:45.000Z","updated_at":"2025-02-05T09:19:24.000Z","dependencies_parsed_at":"2025-03-14T18:12:11.808Z","dependency_job_id":"1e25d356-978e-4735-98d1-ceaee1c90613","html_url":"https://github.com/surveyjs/surveyjs_vue_quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surveyjs%2Fsurveyjs_vue_quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surveyjs%2Fsurveyjs_vue_quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surveyjs%2Fsurveyjs_vue_quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surveyjs%2Fsurveyjs_vue_quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surveyjs","download_url":"https://codeload.github.com/surveyjs/surveyjs_vue_quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","form-builder","javascript","quiz","survey","survey-creator","survey-maker","surveyjs","template","vue","vue2","vuejs"],"created_at":"2024-08-01T12:02:44.899Z","updated_at":"2025-04-05T18:10:59.564Z","avatar_url":"https://github.com/surveyjs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","bootstrap"],"sub_categories":[],"readme":"# SurveyJS + Vue 2 Quickstart Template \n\nSurveyJS is a set of JavaScript components that allow you and your users to build surveys / forms, store them in your database, and visualize survey results for data analysis. This quick start template uses Vue 2 and the following SurveyJS components:\n\n- [SurveyJS Form Library](https://surveyjs.io/form-library/documentation/overview)\n- [Survey Creator / Form Builder](https://surveyjs.io/survey-creator/documentation/overview)\n- [SurveyJS PDF Generator](https://surveyjs.io/pdf-generator/documentation/overview)\n- [SurveyJS Dashboard](https://surveyjs.io/dashboard/documentation/overview)\n\n\u003e NOTE: If you are looking for a similar quickstart template for a Vue 3 application, refer to the following project: [SurveyJS + Vue 3 Quickstart Template](https://github.com/surveyjs/surveyjs_vue3_quickstart/).\n\n## Run the application\n\n```bash\ngit clone https://github.com/surveyjs/surveyjs_vue_quickstart.git\ncd surveyjs_vue_quickstart\nnpm i\nnpm run serve\n```\n\nOpen http://localhost:8080/ in your web browser.\n\n## Template structure\n\nThis template covers most basic use cases. You can find code examples for them in the following files:\n\n- Create a standalone survey\n  - [src/data/survey_json.js](src/data/survey_json.js)\n  - [src/views/Survey.vue](src/views/Survey.vue)\n- Add Survey Creator to a page\n  - [src/components/SurveyCreator.vue](src/components/SurveyCreator.vue)\n  - [src/views/Creator.vue](src/views/Creator.vue)\n- Export a survey to a PDF document\n  - [src/views/ExportToPDF.vue](src/views/ExportToPDF.vue)\n- Visualize survey results\n  - As charts\n    - [src/data/analytics_data.js](src/data/analytics_data.js)\n    - [src/views/Analytics.vue](src/views/Analytics.vue)\n  - As a table (modern browsers)\n    - [src/data/analytics_data.js](src/data/analytics_data.js)\n    - [src/views/AnalyticsTabulator.vue](src/views/AnalyticsTabulator.vue)\n  - As a table (old browsers)\n    - [src/data/analytics_data.js](src/data/analytics_data.js)\n    - [src/views/AnalyticsDatatables.vue](src/views/AnalyticsDatatables.vue)\n- Create a custom question type\n  - [src/components/customwidget.js](src/components/customwidget.js)\n- Register third-party components\n  - [src/components/SurveyCreator.vue](src/components/SurveyCreator.vue#L16)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurveyjs%2Fsurveyjs_vue_quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurveyjs%2Fsurveyjs_vue_quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurveyjs%2Fsurveyjs_vue_quickstart/lists"}