@nuxt/modules 0.6.0-ab24e5 → 0.6.0-ab4e91
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 +6 -5
- package/modules.json +3586 -1618
- package/package.json +25 -18
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://nuxt.com/modules)
|
|
2
2
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
@@ -67,7 +67,7 @@ Field Name | Auto sync | Description
|
|
|
67
67
|
`description` | Yes | Short description
|
|
68
68
|
`repo` | No | GitHub repository. Format is `org/name` or `org/name#main/path`
|
|
69
69
|
`npm` | Yes | NPM package name
|
|
70
|
-
`icon` | No | Icon of module from [./
|
|
70
|
+
`icon` | No | Icon of module from [./icons](./icons) directory
|
|
71
71
|
`github` | No | GitHub URL
|
|
72
72
|
`website` | No | Website URL
|
|
73
73
|
`learn_more` | No | Link to learn more (website or relevant integration website)
|
|
@@ -75,6 +75,7 @@ Field Name | Auto sync | Description
|
|
|
75
75
|
`type` | No | `community` (for [nuxt-community](https://github.com/nuxt-community/)), `official` (for https://github.com/) or `3rd-party`
|
|
76
76
|
`maintainers` | Yes | List of maintainers each item has `name`, `github` and `avatar`
|
|
77
77
|
`compatibility` | No | Module compatibility status. `nuxt` field specifies semver of supported nuxt version. `requires.bridge: true\|optional` can be used to specify Nuxt 2 bridge compatibility.
|
|
78
|
+
`mcp` | No | MCP Server URL
|
|
78
79
|
|
|
79
80
|
|
|
80
81
|
## Maintenance
|
|
@@ -95,10 +96,10 @@ pnpm build
|
|
|
95
96
|
|
|
96
97
|
[MIT](./LICENSE) - Made by Nuxt Team
|
|
97
98
|
|
|
98
|
-
[npm-version-src]: https://
|
|
99
|
-
[npm-version-href]: https://
|
|
99
|
+
[npm-version-src]: https://npmx.dev/api/registry/badge/version/@nuxt/modules
|
|
100
|
+
[npm-version-href]: https://npmx.dev/package/@nuxt/modules
|
|
100
101
|
|
|
101
|
-
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
|
|
102
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
|
|
102
103
|
[nuxt-href]: https://nuxt.com/modules
|
|
103
104
|
|
|
104
105
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|