Home
Softono
surveyjs_vue_quickstart

surveyjs_vue_quickstart

Open source JavaScript
102
Stars
39
Forks
24
Issues
12
Watchers
10 months
Last Commit

About surveyjs_vue_quickstart

# SurveyJS + Vue 2 Quickstart Template 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: - [SurveyJS Form Library](https://surveyjs.io/form-library/documentation/overview) - [Survey Creator / Form Builder](https://surveyjs.io/survey-creator/documentation/overview) - [SurveyJS PDF Generator](https://surveyjs.io/pdf-generator/documentation/overview) - [SurveyJS Dashboard](https://surveyjs.io/dashboard/documentation/overview) > 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/). ## Run the application ```bash git clone https://github.com/surveyjs/surveyjs_vue_quickstart.git cd surveyjs_vue_quickstart npm i npm run serve ``` Open http://localhost:8080/ ...

Platforms

Web Self-hosted

Languages

JavaScript

SurveyJS + Vue 2 Quickstart Template

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:

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.

Run the application

git clone https://github.com/surveyjs/surveyjs_vue_quickstart.git
cd surveyjs_vue_quickstart
npm i
npm run serve

Open http://localhost:8080/ in your web browser.

Template structure

This template covers most basic use cases. You can find code examples for them in the following files: