https://github.com/rajeshwarpatlolla/vue-survey-builder-test
Demo for vue-survey-builder
https://github.com/rajeshwarpatlolla/vue-survey-builder-test
javascript survey vue vue-slider-component vue-survey-builder vue2
Last synced: 6 months ago
JSON representation
Demo for vue-survey-builder
- Host: GitHub
- URL: https://github.com/rajeshwarpatlolla/vue-survey-builder-test
- Owner: rajeshwarpatlolla
- License: mit
- Created: 2017-11-06T07:14:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T06:54:47.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T08:00:04.539Z (almost 2 years ago)
- Topics: javascript, survey, vue, vue-slider-component, vue-survey-builder, vue2
- Language: Vue
- Homepage:
- Size: 1.49 MB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-survey-builder
> A Vue.js project
[](https://www.bithound.io/github/rajeshwarpatlolla/vue-survey-builder-test/master/dependencies/npm)
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).