UNPKG

1.08 kBMarkdownView Raw
1# VlhForms
2
3Plugin for Learning House Forms using Vue.js
4
5**[Documentation](https://thelearninghouse.github.io/vlh-forms)**
6
7This is a Vue.js component library for the Learning House Marketing Forms.
8
9> 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
10
11**It uses Poi.js for Development and Building into library**
12
13--------------------------------------------------------------------------------
14
15## Development
16
17```bash
18yarn dev
19```
20
21--------------------------------------------------------------------------------
22
23## Production
24
25```bash
26yarn build
27```
28
29--------------------------------------------------------------------------------
30
31## Documentation
32
33[Docsify](https://docsify.js.org) is used for creating the documentation. To Run the Docs in development mode:
34
35### 1\. Install It Globally
36
37```bash
38yarn global add docsify-cli
39
40// Or with npm
41
42npm i docsify-cli -g
43```
44
45### 2\. Then From The Root Directory Of VlhForms:
46
47```bash
48yarn docs
49```