0.8.4 • Published 2 years ago

zhiyun-form_mobile v0.8.4

Weekly downloads
-
License
zhiyun
Repository
-
Last release
2 years ago

form

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

How to instlal ?

use yarn

yarn add git+ssh://git@172.20.80.175:huojiankang/custom_form_component.git

How to remove ?

use yarn

yarn remove zhiyun-form

本地测试

for form localhost:8080 for parser localhost:8080/parser

包入口

项目分为编辑表单的程序(form),与解析成表单的程序(parser)

编辑表单与解析表单都有不同的入口

/src/views/parser/main.js
解析的入口
/src/views/form/main.js
表单的入口