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-forms
and it updated to latest version
It uses Poi.js for Development and Building into library
Development
yarn dev
Production
yarn build
Documentation
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 -g
2. Then From The Root Directory Of VlhForms:
yarn docs