11# 🧾 Nuxt Auto Form
22
3- [ ![ pnpm version] [ pnpm-version-src ]] [ pnpm-version-href ]
4- [ ![ pnpm downloads] [ pnpm-downloads-src ]] [ pnpm-downloads-href ]
3+ [ ![ npm version] [ npm-version-src ]] [ npm-version-href ]
54[ ![ License] [ license-src ]] [ license-href ]
65[ ![ Nuxt] [ nuxt-src ]] [ nuxt-href ]
76
@@ -11,8 +10,8 @@ Auto-generate Nuxt UI forms from Zod 4 schemas
1110> This module is in early development. Many features are missing and the API may change.
1211
1312- [ ✨   ; Release Notes] ( /CHANGELOG.md )
14- - [ 📖   ; Documentation] ( https://nuxt-auto-form.norbiros.dev )
15- <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/nuxt-auto-form?file=playground%2Fapp.vue) -->
13+ - [ 📖   ; Documentation] ( https://@norbiros/ nuxt-auto-form.norbiros.dev )
14+ <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/@norbiros/ nuxt-auto-form?file=playground%2Fapp.vue) -->
1615
1716## Features
1817
@@ -27,7 +26,7 @@ Auto-generate Nuxt UI forms from Zod 4 schemas
2726Install the module to your Nuxt application with one command:
2827
2928``` bash
30- npx nuxi module add nuxt-auto-form
29+ npx nuxi module add @norbiros/@norbiros/ nuxt-auto-form
3130```
3231
3332That's it! You can now use Nuxt Auto Form in your Nuxt app ✨
@@ -65,14 +64,11 @@ Made with 💚
6564Published under the [ MIT License] ( ./LICENCE ) .
6665
6766<!-- Badges -->
68- [ pnpm -version-src] : https://img.shields.io/pnpm /v/nuxt-auto-form/latest.svg?style=flat&colorA=020420 &colorB=00DC82
69- [ pnpm -version-href] : https://pnpmjs .com/package/nuxt-auto-form
67+ [ npm -version-src] : https://img.shields.io/npm /v/@norbiros/ nuxt-auto-form/latest.svg?style=flat&colorA=18181B &colorB=28CF8D
68+ [ npm -version-href] : https://npmjs .com/package/@norbiros /nuxt-auto-form
7069
71- [ pnpm-downloads- src] : https://img.shields.io/pnpm/dm/ nuxt-auto-form.svg?style=flat&colorA=020420 &colorB=00DC82
72- [ pnpm-downloads- href] : https://pnpm.chart.dev /nuxt-auto-form
70+ [ license- src] : https://img.shields.io/npm/l/@norbiros/ nuxt-auto-form.svg?style=flat&colorA=18181B &colorB=28CF8D
71+ [ license- href] : https://npmjs.com/package/@norbiros /nuxt-auto-form
7372
74- [ license-src ] : https://img.shields.io/pnpm/l/nuxt-auto-form.svg?style=flat&colorA=020420&colorB=00DC82
75- [ license-href ] : https://pnpmjs.com/package/nuxt-auto-form
76-
77- [ nuxt-src ] : https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
73+ [ nuxt-src ] : https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
7874[ nuxt-href ] : https://nuxt.com
0 commit comments