Skip to content

a custom form in vue generated from a fetched json file created by a wagtail CMS

Notifications You must be signed in to change notification settings

forrest-herman/vue-custom-form

Repository files navigation

A Custom and Interactive Form with Vue

Live Demo

Form: https://vue-custom-form.herokuapp.com/

Backend to customize form items: https://wagtail-form-generator.herokuapp.com/admin to log in, and https://wagtail-form-generator.herokuapp.com/admin/pages/4/edit/ to edit the form contents.

Default login credentials for Wagtail:

Username: admin
Password: password

About

This is a project making use of the article Building an Interactive and Distraction-free Form with Vue.

This implementation uses a JSON file to generate the custom form. In our use case, the JSON file is fetched via a wagtail site (REST Framework), where the form can be easily created using the wagtail CMS login and included UI.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

a custom form in vue generated from a fetched json file created by a wagtail CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published