surveyjs / surveyjs_vue3_quickstart

SurveyJS + Vue 3 Quickstart Template

Home Page:https://surveyjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SurveyJS + Vue 3 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 3 and the following SurveyJS components:

NOTE: If you are looking for a similar quickstart template for a Vue 2 application, refer to the following project: SurveyJS + Vue 2 Quickstart Template.

Run the application

git clone https://github.com/surveyjs/surveyjs_vue3_quickstart.git
cd surveyjs_vue3_quickstart
npm i
npm run dev

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

Template structure

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

About

SurveyJS + Vue 3 Quickstart Template

https://surveyjs.io


Languages

Language:JavaScript 52.5%Language:Vue 34.0%Language:TypeScript 11.8%Language:HTML 1.7%