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: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:10:53.000Z (over 3 years ago)
- Last Synced: 2025-08-03T23:37:20.260Z (11 months ago)
- Topics: buefy, bulma, bulma-ui, form-builder, questionnaire, vue, vuejs, vuejs2
- Language: JavaScript
- Size: 22.6 MB
- Stars: 2
- Watchers: 2
- 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

## 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).