Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.01 KB

Vue Form Builder Demo

A simple demo project for building dynamic forms using schema objects for FormKit and the other for VueForm.

Requirements

The following tools are required in order to start the installation.

Installation

# Clone the repository
git clone https://github.com/zpwparsons/forms.git

# Change into the project directory
cd forms

# Install PHP dependencies
composer install

# Install JS dependencies
npm install

# Clone .env file
cp .env.example .env

# Create App Encryption Key
php artisan key:generate

# Start the development server
npm run dev

Forms and schema

FormKit

Navigate to forms.test/form-kit to view the built form and the FormKitController to view the schema

ViewForm

Navigate to forms.test/vue-form to view the built form and the ViewFormController to view the schema