Skip to content

Sample project that shows how to integrate SurveyJS in Vue APP. This example is based on the example "Integrate SurveyJS in Ionic" https://github.com/abritopach/ionic-surveyjs that I developed but adapted to Vue.js to practice my skills. NOTE: This project is currently under development until it reaches the same functionality as the ionic projec…

Notifications You must be signed in to change notification settings

tommytong2002/vue-surveyjs

 
 

Repository files navigation

Vue-SurveyJS

Sample project that shows how to integrate SurveyJS in Vue APP.

This example is based on the example "Integrate SurveyJS in Ionic" that I developed but adapted to Vue.js to practice my skills.

NOTE: This project is currently under development until it reaches the same functionality as the ionic project.

Technologies: Vue.js, Vuetify.js, Vuex, Typescript, Survey.js

Technologies

This project shows you how to:

* Integrate SurveyJS in Vue APP.
* Create new Survey using SurveyJS API dxsurvey.com/api (get request).
* Show list with active surveys using SurveyJS API dxsurvey.com/api (get request).
* Show list with archive surveys using SurveyJS API dxsurvey.com/api (get request).
* Delete survey using SurveyJS API dxsurvey.com/api (get request).
* Change survey name using SurveyJS API dxsurvey.com/api (get request).
* Archive survey by it's id using SurveyJS API dxsurvey.com/api (get request). 
* Restore an archive survey by it's id using SurveyJS API dxsurvey.com/api (get request). 
* Show survey details.
* Get survey results using SurveyJS API dxsurvey.com/api (get request).
* Enable or disable the ability to view survey results by non autorized user via direct link using SurveyJS API dxsurvey.com/api (get request).
* Show survey results using Chart.js (http://www.chartjs.org/).
* Added Timeout for HTTP requests to the API, and then throw an error if the request fails.
* Download survey resulst CSV in Desktop.

App example

Configuration

  1. To use your own surveys register in SurveyJS
  2. Create your own survey.
  3. In services/survey.service.ts replace: accessKey with your SurveyJS API accessKey.

NOTE: To see your survey results

Build Setup

Before you go through this example, you should have at least a basic understanding of Vue concepts. You must also already have Vue Cli installed on your machine.

# Install dependencies.
npm install

# Serve with hot reload at localhost:8080
npm run dev

# Build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Requirements

License

The MIT License (MIT) Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Original work Copyright (c) 2018 Adrián Brito

About

Sample project that shows how to integrate SurveyJS in Vue APP. This example is based on the example "Integrate SurveyJS in Ionic" https://github.com/abritopach/ionic-surveyjs that I developed but adapted to Vue.js to practice my skills. NOTE: This project is currently under development until it reaches the same functionality as the ionic projec…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.5%
  • TypeScript 37.1%
  • JavaScript 6.0%
  • HTML 2.4%