Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgebrata/questionnaire-builder
A simple VueJS app that let's you build and display your own custom form 📄
https://github.com/georgebrata/questionnaire-builder
buefy bulma bulma-ui form-builder questionnaire vue vuejs vuejs2
Last synced: 2 days ago
JSON representation
A simple VueJS app that let's you build and display your own custom form 📄
- Host: GitHub
- URL: https://github.com/georgebrata/questionnaire-builder
- Owner: georgebrata
- License: mit
- Created: 2020-01-25T05:37:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:10:53.000Z (over 1 year ago)
- Last Synced: 2023-04-16T03:48:56.453Z (over 1 year ago)
- Topics: buefy, bulma, bulma-ui, form-builder, questionnaire, vue, vuejs, vuejs2
- Language: JavaScript
- Size: 22.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Questionnaire Builder
> A simple VueJS app to build and render a custom questionnaire 📄
## Functionalities
![Handling questions](https://s5.gifyu.com/images/qb1.md.gif)
## Build Setup
``` bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).