vlh-forms
Version:
Forms Plugin for Learning House's new form system
50 lines (29 loc) • 1.08 kB
Markdown
# VlhForms
Plugin for Learning House Forms using Vue.js
**[Documentation](https://thelearninghouse.github.io/vlh-forms)**
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
```bash
yarn dev
```
--------------------------------------------------------------------------------
## Production
```bash
yarn build
```
--------------------------------------------------------------------------------
## Documentation
[Docsify](https://docsify.js.org) is used for creating the documentation. To Run the Docs in development mode:
### 1\. Install It Globally
```bash
yarn global add docsify-cli
// Or with npm
npm i docsify-cli -g
```
### 2\. Then From The Root Directory Of VlhForms:
```bash
yarn docs
```