notform-nuxt 1.0.0-alpha.8 → 1.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist/module.json +1 -1
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# notform-nuxt
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/notform-nuxt)
|
|
4
|
+
[](https://www.npmjs.com/package/notform-nuxt)
|
|
5
|
+
[](https://github.com/favorodera/notform/blob/main/LICENSE)
|
|
6
|
+
[](https://bundlephobia.com/package/notform-nuxt)
|
|
7
|
+
|
|
8
|
+
**Official Nuxt module for NotForm - Vue Forms Without the Friction.**
|
|
9
|
+
|
|
10
|
+
`notform-nuxt` provides seamless integration for NotForm in Nuxt applications, including auto-imports and Nuxt-specific optimizations.
|
|
11
|
+
|
|
12
|
+
## Documentation
|
|
13
|
+
|
|
14
|
+
For detailed guides, API reference, and examples, visit:
|
|
15
|
+
**[notform-docs.vercel.app](https://notform-docs.vercel.app/getting-started/nuxt-module)**
|
|
16
|
+
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "notform-nuxt",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
|
-
"description": "Official notform nuxt module -
|
|
9
|
+
"description": "Official notform nuxt module - Vue Forms Without the Friction",
|
|
10
10
|
"author": "Favour Emeka <favorodera@gmail.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"homepage": "https://notform-docs.vercel.app/",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@nuxt/kit": "^4.3.0",
|
|
40
|
-
"notform": "1.0.0-alpha.
|
|
40
|
+
"notform": "1.0.0-alpha.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@nuxt/devtools": "^3.1.1",
|