form render
1.0.0
อีกหนึ่งโซลูชันการเรนเดอร์แบบฟอร์มสำหรับ vue
คุณอาจต้องการเรียกใช้ example
เพื่อดูว่าสามารถทำอะไรได้บ้าง
# We assume that you have already installed the required dependencies.
# Build library
yarn build
# Run example
yarn example
FormRender เปิดเผยประเภท Config
คุณสามารถใช้เพื่อพิมพ์ตรวจสอบการกำหนดค่าแบบฟอร์มของคุณ:
// form-config.ts
import { Config } from 'form-render'
const config : Config = {
props : { } ,
items : [ ... ]
}
export default config
มันยังใช้งานได้ในไฟล์ .js
ด้วย:
/** @type {import('form-render').Config} */
const config = {
props : { } ,
items : [ ... ]
}
export default config
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
repo (form-render) นี้จะไม่มีอยู่หากไม่มีแรงบันดาลใจจากโปรเจ็กต์หรือบทความต่อไปนี้:
form-render © EVILLT เผยแพร่ภายใต้ใบอนุญาต MIT
เขียนและดูแลโดย EVILLT ด้วยความช่วยเหลือจากผู้ร่วมให้ข้อมูล (รายชื่อ)
evila.me · GitHub @evilt · ทวิตเตอร์ @evilt