{"id":13515005,"url":"https://github.com/vueform/vueform","last_synced_at":"2025-04-13T12:40:42.718Z","repository":{"id":45903981,"uuid":"513976230","full_name":"vueform/vueform","owner":"vueform","description":"Open-Source Form Framework for Vue","archived":false,"fork":false,"pushed_at":"2025-04-04T08:04:20.000Z","size":31406,"stargazers_count":1235,"open_issues_count":17,"forks_count":90,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-06T09:01:32.408Z","etag":null,"topics":["form","form-builder","form-generation","form-generator","form-generator-vue3","forms","forms-builder","vue","vue-form","vue-form-builder","vue-form-generator","vue2","vue3","vueform","vueforms","vuejs","vuejs2","vuejs3"],"latest_commit_sha":null,"homepage":"https://vueform.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vueform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"adamberecz"}},"created_at":"2022-07-14T16:39:45.000Z","updated_at":"2025-04-06T08:59:54.000Z","dependencies_parsed_at":"2023-01-30T18:15:39.481Z","dependency_job_id":"7367ec63-468c-4b28-9eaa-b6748646c98c","html_url":"https://github.com/vueform/vueform","commit_stats":{"total_commits":2004,"total_committers":13,"mean_commits":"154.15384615384616","dds":0.04790419161676651,"last_synced_commit":"3b97779618f78ce6247d1b8d7227d42b1ee8412d"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueform%2Fvueform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueform%2Fvueform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueform%2Fvueform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vueform%2Fvueform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vueform","download_url":"https://codeload.github.com/vueform/vueform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248716873,"owners_count":21150386,"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":["form","form-builder","form-generation","form-generator","form-generator-vue3","forms","forms-builder","vue","vue-form","vue-form-builder","vue-form-generator","vue2","vue3","vueform","vueforms","vuejs","vuejs2","vuejs3"],"created_at":"2024-08-01T05:01:05.274Z","updated_at":"2025-04-13T12:40:42.696Z","avatar_url":"https://github.com/vueform.png","language":"JavaScript","funding_links":["https://github.com/sponsors/adamberecz"],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Vueform](https://raw.githubusercontent.com/vueform/vueform/main/.github/assets/banner.svg)](https://vueform.com?cid=vueform)\n\n# Vueform\n\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@vueform/vueform\" target=\"_blank\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/dt/@vueform/vueform?color=%2317c495\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@vueform/vueform\" target=\"_blank\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/@vueform/vueform?color=%2317c495\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/vueform/vueform/blob/main/LICENSE\"\u003e\u003cimg alt=\"NPM\" src=\"https://img.shields.io/npm/l/%40vueform%2Fvueform?color=%2317c495\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nVueform is an open-source form framework for Vue.js.\n\nIt standardizes the entire form building process, while taking care of everything from rendering to validation and processing:\n\n- 25+ form elements with multi-file uploads, date pickers and rich text editor\n- element nesting and repeating\n- a complete theming and templating system with Tailwind support\n- 50+ validators with async, dependent and custom rules\n- conditional logic with and/or condition groups\n- built-in form steps support\n- translating form contents and global i18n support\n- fully accessible\n- ... and many more\n\n## Get Started\n\nCreate your first Vueform project using your favourite package manager:\n\n```bash\nnpm create vueform@latest\n```\n\n```bash\nyarn create vueform\n```\n\n```bash\npnpm create vueform\n```\n\n```bash\nbun create vueform\n```\n\n#### Manual Installation\n\nTo manually install Vueform, use our [Installation Wizard](https://vueform.com/docs/installation?cid=vueform). This wizard will guide you through the necessary steps for a hassle-free setup.\n\n## Documentation\n\nFor a detailed understanding of Vueform, its features, and how to use them, refer to our [Documentation](https://vueform.com/docs/rendering-forms?cid=vueform).\n\n## Examples\n\nExplore real-world applications of Vueform with some of our examples. Whether you're building a simple contact form or a complex multi-step questionnaire, these examples will give you ideas how to leverage Vueform features in your projects.\n\n- [Simple form](https://vueform.com/examples/basics-simple-form?cid=vueform)\n- [Complex form](https://vueform.com/examples/basics-complex-form?cid=vueform)\n- [Multi-step form](https://vueform.com/examples/basics-multi-step-form?cid=vueform)\n- [Inline form builder](https://vueform.com/examples/basics-form-builder?cid=vueform)\n- ... more to come\n\n## Drag and Drop\n\nBuild forms even quicker using our drag and drop form builder tool and export the code as a native Vue component: [https://builder.vueform.com/demo](https://builder.vueform.com/demo?cid=vueform)\n\n[![Vuefom Builder](https://raw.githubusercontent.com/vueform/vueform/main/.github/assets/builder.gif)](https://builder.vueform.com/demo?cid=vueform)\n\n## Contribute\n\nWe welcome contributors of all levels and backgrounds. Whether you're fixing bugs, enhancing functionality, or updating documentation, your efforts help strengthen Vueform for everyone.\n\nHere are a few ideas how can your contribute:\n\n- **Report bugs** to help us maintain stability. Please check our [reporting bugs](https://vueform.com/community/reporting-bugs?cid=vueform) guide.\n- **Share ideas** for innovative features or improvements in [Ideas](https://github.com/vueform/vueform/discussions/categories/ideas).\n- **Ask questions** to clarify doubts in [Questions](https://github.com/vueform/vueform/discussions/categories/questions) and let others find it later.\n- **Send pull** requests for code enhancements or fixes. Please check our [contribution guide](https://vueform.com/community/contribution-guide?cid=vueform#send-a-pull-request).\n- **Help with translating** Vueform to new [languages](https://github.com/vueform/vueform/tree/main/locales).\n\n## Development\n\nFor those interested in diving deeper into Vueform's inner workings, you can set up a local development environment. Please follow our guide for setup instructions.\n\n### Clone\n\nClone Vueform into your local environment.\n\n```bash\ngit clone https://github.com/vueform/vueform.git\n```\n\n### Setup\n\n[Setup](https://vueform.com/docs/installation?cid=vueform#manual-installation) Vueform in a test environment and import the source files for Vueform plugin.\n\n```js\nimport { vueform } from '@vueform/vueform/src'\n```\n\nNow you can make changes in the `src` directory and you should see their effect in your test environment.\n\n### Test\n\nOnce you're finished make sure that all the tests are still passing.\n\n```bash\nnpm run test\n```\n\n### Build\n\nIf everything looks good, run the build script.\n\n```bash\nnpm run build\n```\n\n## Follow Us\n\n\u003cp\u003e\n  \u003ca href=\"https://discord.gg/WhX2nG6GTQ\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vueform/vueform/main/.github/assets/discord.svg\" alt=\"Vueform on Discord\" title=\"Vueform on Discord\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://twitter.com/vueform\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vueform/vueform/main/.github/assets/x.svg\" alt=\"Vueform on X\" title=\"Vueform on X\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://www.linkedin.com/company/vueform\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vueform/vueform/main/.github/assets/linkedin.svg\" alt=\"Vueform on LinkedIn\" title=\"Vueform on LinkedIn\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://github.com/vueform\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vueform/vueform/main/.github/assets/github.svg\" alt=\"Vueform on GitHub\" title=\"Vueform on GitHub\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\n[MIT](https://github.com/vueform/vueform/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvueform%2Fvueform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvueform%2Fvueform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvueform%2Fvueform/lists"}