The intuitive form engine for Vue 3 โ dynamic, schema-driven, fully validated.
Monorepo for the Vorm form library, playground, and documentation.
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 in real-world setups ( |
docs |
VitePress-powered documentation site |
Install dependencies:
pnpm installRun the playground locally:
pnpm devBuild the Vorm library:
pnpm buildRun the documentation locally:
pnpm docs:dev- ๐ Documentation: vorm.fh-softdev.de
- ๐ GitHub Library: vorm-vue
- ๐ฆ NPM: vorm-vue
โถ๏ธ Playground (live): Stackblitz Examples
PRs, suggestions, feedback and GitHub Issues are very welcome โ Vorm is in early development and meant to grow with the community.
MIT ยฉ FH SoftDev - Flo0806