@nuxt/modules 0.6.0-8b4d55 → 0.6.0-8bc529

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.
Files changed (3) hide show
  1. package/README.md +9 -4
  2. package/modules.json +7045 -2130
  3. package/package.json +31 -18
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
- [![Explore Nuxt Modules to build Vue applications](https://user-images.githubusercontent.com/904724/210616249-25aec46e-ab06-4b4d-9154-10b02546d558.jpg)](https://nuxt.com/modules)
1
+ [![Explore Nuxt Modules to build Vue applications](https://github.com/user-attachments/assets/139f18eb-7bb1-4e37-8ef6-a94a60d6b0b0)](https://nuxt.com/modules)
2
2
 
3
3
  # Nuxt Modules
4
4
 
5
5
  [![npm version][npm-version-src]][npm-version-href]
6
+ [![Nuxt][nuxt-src]][nuxt-href]
6
7
  [![Volta][volta-src]][volta-href]
7
8
 
8
9
  > Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
@@ -66,7 +67,7 @@ Field Name | Auto sync | Description
66
67
  `description` | Yes | Short description
67
68
  `repo` | No | GitHub repository. Format is `org/name` or `org/name#main/path`
68
69
  `npm` | Yes | NPM package name
69
- `icon` | No | Icon of module from [./website/public/icons](./website/public/icons) directory
70
+ `icon` | No | Icon of module from [./icons](./icons) directory
70
71
  `github` | No | GitHub URL
71
72
  `website` | No | Website URL
72
73
  `learn_more` | No | Link to learn more (website or relevant integration website)
@@ -74,6 +75,7 @@ Field Name | Auto sync | Description
74
75
  `type` | No | `community` (for [nuxt-community](https://github.com/nuxt-community/)), `official` (for https://github.com/) or `3rd-party`
75
76
  `maintainers` | Yes | List of maintainers each item has `name`, `github` and `avatar`
76
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
77
79
 
78
80
 
79
81
  ## Maintenance
@@ -94,8 +96,11 @@ pnpm build
94
96
 
95
97
  [MIT](./LICENSE) - Made by Nuxt Team
96
98
 
97
- [npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
98
- [npm-version-href]: https://npmjs.com/package/@nuxt/modules
99
+ [npm-version-src]: https://npmx.dev/api/registry/badge/version/@nuxt/modules
100
+ [npm-version-href]: https://npmx.dev/package/@nuxt/modules
101
+
102
+ [nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
103
+ [nuxt-href]: https://nuxt.com/modules
99
104
 
100
105
  [volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
101
106
  [volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules