Skip to content

surveyjs/surveyjs_vue_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: