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 @evillt · Twitter @evillt