Skip to content

Latest commit

Β 

History

History
66 lines (41 loc) Β· 1.48 KB

File metadata and controls

66 lines (41 loc) Β· 1.48 KB

Vorm

The intuitive form engine for Vue 3 β€” dynamic, schema-driven, fully validated.

Monorepo for the Vorm form library, playground, and documentation.


πŸ“¦ Packages

This repository is structured as a pnpm workspace with the following packages:

Package Description
vorm-vue The main form engine library for Vue 3
playground Demo app to test Vorm features and examples
docs VitePress-powered documentation site

πŸš€ Quick Start

Install dependencies:

pnpm install

Run the playground locally:

pnpm dev

Build the Vorm library:

pnpm build

Run the documentation locally:

pnpm docs:dev

πŸ“˜ Learn more


🀝 Contributing

PRs, suggestions, feedback and GitHub Issues are very welcome β€” Vorm is in early development and meant to grow with the community.


🧾 License

MIT Β© FH SoftDev - Flo0806