vlh-forms
v0.3.6
Published
Forms Plugin for Learning House's new form system
Readme
VlhForms
Plugin for Learning House Forms using Vue.js
This is a Vue.js component library for the Learning House Marketing Forms.
VlhForms is included in the package.json of the TlhFormsWP Plugin via using github url. When VlhForms gets updated, run
yarn upgrade vlh-formsand it updated to latest version
It uses Poi.js for Development and Building into library
Development
yarn devProduction
yarn buildDocumentation
Docsify is used for creating the documentation. To Run the Docs in development mode:
1. Install It Globally
yarn global add docsify-cli
// Or with npm
npm i docsify-cli -g2. Then From The Root Directory Of VlhForms:
yarn docs