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
このリポジトリ(フォーム レンダー)は、次のプロジェクトや記事からのインスピレーションがなければ存在しません。
form-render © EVILLT、MIT ライセンスに基づいてリリースされています。
寄稿者 (リスト) の協力を得て、 EVILLTによって作成および保守されています。
evila.me · GitHub @evilt · Twitter @evilt