Skip to content

Commit b7a9fc1

Browse files
Update README.md
1 parent 2dab500 commit b7a9fc1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# SurveyJS + Vue Quickstart Template
1+
# SurveyJS + Vue 2 Quickstart Template
22

33
SurveyJS 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:
44

5-
- [SurveyJS Library / Runner](https://surveyjs.io/Documentation/Library?id=LibraryOverview)
6-
- [Survey Creator / Form Builder](https://surveyjs.io/Documentation/Survey-Creator?id=Survey-Creator-Overview)
7-
- [PDF Export](https://surveyjs.io/Documentation/Pdf-Export?id=PdfExportOverview)
8-
- [Survey Analytics](https://surveyjs.io/Documentation/Analytics?id=AnalyticsOverview)
5+
- [SurveyJS Form Library](https://surveyjs.io/form-library/documentation/overview)
6+
- [Survey Creator / Form Builder](https://surveyjs.io/survey-creator/documentation/overview)
7+
- [SurveyJS PDF Generator](https://surveyjs.io/pdf-generator/documentation/overview)
8+
- [SurveyJS Dashboard](https://surveyjs.io/dashboard/documentation/overview)
9+
10+
> 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/).
911
1012
## Run the application
1113

@@ -43,4 +45,4 @@ This template covers most basic use cases. You can find code examples for them i
4345
- Create a custom question type
4446
- [src/components/customwidget.js](src/components/customwidget.js)
4547
- Register third-party components
46-
- [src/components/SurveyCreator.vue](src/components/SurveyCreator.vue#L16)
48+
- [src/components/SurveyCreator.vue](src/components/SurveyCreator.vue#L16)

0 commit comments

Comments
 (0)