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)는 다음 프로젝트나 기사에서 영감을 받지 않으면 존재하지 않습니다.
form-render © EVILLT, MIT 라이선스에 따라 출시됨.
기여자(목록)의 도움을 받아 EVILLT 가 작성하고 유지 관리합니다.
evila.me · GitHub @evilt · 트위터 @evilt