Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgr-sa/nuxt-form
Form builder for Nuxt
https://github.com/wgr-sa/nuxt-form
nuxt vuejs
Last synced: about 2 months ago
JSON representation
Form builder for Nuxt
- Host: GitHub
- URL: https://github.com/wgr-sa/nuxt-form
- Owner: WGR-SA
- License: mit
- Created: 2022-09-12T15:07:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:20:44.000Z (3 months ago)
- Last Synced: 2024-11-15T21:00:07.955Z (2 months ago)
- Topics: nuxt, vuejs
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nuxt-form
Nuxt-form module is a toolset for creating and managing forms. The plugin streamlines form creation, offering features like **form inputs, data validation, masking, suggestions, dynamic form generation, and form state management**.
It's meticulously designed for seamless integration, scalability, and enhanced user experience, with a keen focus on accessibility. Dive into our documentation to explore features of the module.
## Documentation
[wgr-sa.github.io/nuxt-form](https://wgr-sa.github.io/nuxt-form)
### Dependencies
- [class-validator](https://github.com/typestack/class-validator)
- [maska](https://github.com/beholdr/maska)
## Next
See issue tag for future features.
### Dev
- Run `npm run dev:prepare` to generate type stubs.
- Use `npm run dev` to start [playground](./playground) in development mode.