form render
1.0.0
Vue 用のさらに別のフォーム レンダリング ソリューション
example実行して何ができるかを確認してみるとよいでしょう
# We assume that you have already installed the required dependencies.
# Build library
yarn build
# Run example
yarn exampleFormRender は、フォーム構成の型チェックに使用できる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-featuregit commit -am 'Add some feature'git push origin my-new-featureこのリポジトリ(フォーム レンダー)は、次のプロジェクトや記事からのインスピレーションがなければ存在しません。
form-render © EVILLT、MIT ライセンスに基づいてリリースされています。
寄稿者 (リスト) の協力を得て、 EVILLTによって作成および保守されています。
evila.me · GitHub @evilt · Twitter @evilt