{"id":14973791,"url":"https://github.com/huangxizhou/former","last_synced_at":"2025-07-04T03:06:32.766Z","repository":{"id":143831901,"uuid":"167164855","full_name":"HuangXiZhou/former","owner":"HuangXiZhou","description":"👻 Amazing form adapter, write less, do much.","archived":false,"fork":false,"pushed_at":"2019-04-03T10:35:48.000Z","size":1625,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-27T07:08:08.204Z","etag":null,"topics":["element-ui","form","former","json-schema","vuejs2"],"latest_commit_sha":null,"homepage":"https://huangxizhou.github.io/former","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuangXiZhou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-23T10:34:02.000Z","updated_at":"2021-12-24T00:04:12.000Z","dependencies_parsed_at":"2023-07-22T18:16:34.329Z","dependency_job_id":null,"html_url":"https://github.com/HuangXiZhou/former","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/HuangXiZhou/former","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangXiZhou%2Fformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangXiZhou%2Fformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangXiZhou%2Fformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangXiZhou%2Fformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuangXiZhou","download_url":"https://codeload.github.com/HuangXiZhou/former/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangXiZhou%2Fformer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263437345,"owners_count":23466368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["element-ui","form","former","json-schema","vuejs2"],"created_at":"2024-09-24T13:49:25.168Z","updated_at":"2025-07-04T03:06:32.737Z","avatar_url":"https://github.com/HuangXiZhou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cdiv style=\"text-align:center;\"\u003e\n    \u003cimg height=\"140\" width=\"350\" src=\"./docs/.vuepress/public/logo.png\" alt=\"Former\"\u003e\n  \u003c/div\u003e\n\n  \u003cp\u003e👻 Amazing form adapter, write less, do much.\u003c/p\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n[![Build Status][build-badge]][build]\n[![codecov][codecov-badge]][codecov]\n[![Codacy Badge][code-quality-badge]][code-quality]\n[![version][version-badge]][package]\n[![size][size-badge]][package]\n[![downloads][downloads-badge]][package]\n[![PRs Welcome][prs-badge]][prs]\n\n## Feature\n\nFormer provides an adapter for the mainstream UI library `form` components and the ability from `JSON schema` to `Vue` view.\n\n## Install\n\nThis module is distributed via [npm][npm] which is bundled with [node][node] and\nshould be installed as one of your project's `dependencies`:\n\n```bash\n$ npm install --save @xizhouh/formler\n```\n\n## Quick Start\n\n```js\n// main.js\nimport Vue from 'vue';\nimport Former from '@xizhouh/former';\nimport ElementUI from 'element-ui';\nimport 'element-ui/lib/theme-chalk/index.css';\nVue.use(ElementUI);\n\n// or use iView\n// import iView from 'iview';\n// import 'iview/dist/styles/iview.css';\n// Vue.use(iView);\n\nVue.component('Former', Former);\n```\n\nFor more information like adapting other UI librarys, please refer to [Quick Start][document-quick-start] in our documentation.\n\n## Browser Support\n\nModern browsers and Internet Explorer 10+.\n\n## License\n\nWTFPL\n\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[build-badge]: https://img.shields.io/travis/HuangXiZhou/former.svg?style=flat-square\n[build]: https://travis-ci.org/HuangXiZhou/former\n[codecov-badge]: https://img.shields.io/codecov/c/gh/HuangXiZhou/former.svg?style=flat-square\n[codecov]: https://codecov.io/gh/HuangXiZhou/former\n[code-quality-badge]: https://img.shields.io/codacy/grade/4653fb27e45e46de94e94364d53cdeef.svg?style=flat-square\n[code-quality]: https://www.codacy.com/app/HuangXiZhou/former\n[version-badge]: https://img.shields.io/npm/v/@xizhouh/former.svg?style=flat-square\n[size-badge]: https://img.shields.io/bundlephobia/minzip/@xizhouh/former.svg?style=flat-square\n[package]: https://www.npmjs.com/package/@xizhouh/former\n[downloads-badge]: https://img.shields.io/npm/dm/@xizhouh/former.svg?style=flat-square\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: https://github.com/HuangXiZhou/former/pulls\n[document-quick-start]: https://huangxizhou.github.io/former/intro/quick-start.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangxizhou%2Fformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangxizhou%2Fformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangxizhou%2Fformer/lists"}