Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.18 KB

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.