diff --git a/icons/vxe.png b/icons/vxe.png new file mode 100644 index 000000000..6518cea0c Binary files /dev/null and b/icons/vxe.png differ diff --git a/modules/hub.yml b/modules/hub.yml index 658d61209..1c7a45bcc 100644 --- a/modules/hub.yml +++ b/modules/hub.yml @@ -1,11 +1,13 @@ name: hub -description: Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub works on Vercel, Cloudflare, Netlify, and more. +description: >- + Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub + works on Vercel, Cloudflare, Netlify, and more. repo: nuxt-hub/core -npm: "@nuxthub/core" +npm: '@nuxthub/core' icon: nuxthub.svg github: https://github.com/nuxt-hub/core website: https://hub.nuxt.com -learn_more: "" +learn_more: '' category: Database type: 3rd-party maintainers: @@ -25,6 +27,6 @@ maintainers: - name: NuxtLabs github: nuxtlabs compatibility: - nuxt: ">=3.0.0" + nuxt: '>=3.0.0' requires: {} mcp: https://hub.nuxt.com/mcp diff --git a/modules/vxe-table.yml b/modules/vxe-table.yml new file mode 100644 index 000000000..93b251179 --- /dev/null +++ b/modules/vxe-table.yml @@ -0,0 +1,18 @@ +name: vxe-table +description: >- + A PC-end table component based on Vxe UI, supporting copy-paste, data pivot + table, and high-performance virtual list table solution. +repo: x-extends/vxe-table-nuxt +npm: vxe-table-nuxt +icon: vxe.png +github: https://github.com/x-extends/vxe-table-nuxt +website: https://vxetable.cn +learn_more: https://github.com/x-extends/vxe-table-nuxt +category: UI +type: 3rd-party +maintainers: + - name: xuliangzhan + github: xuliangzhan +compatibility: + nuxt: '>=4.0.0' + requires: {}