https://github.com/owlnai/isnuxt3ready
💚 A community-built compatibility guide for Nuxt 3 modules
https://github.com/owlnai/isnuxt3ready
nuxt nuxt3 nuxtjs
Last synced: 2 months ago
JSON representation
💚 A community-built compatibility guide for Nuxt 3 modules
- Host: GitHub
- URL: https://github.com/owlnai/isnuxt3ready
- Owner: owlnai
- License: mit
- Archived: true
- Created: 2021-10-21T14:22:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T11:36:06.000Z (almost 4 years ago)
- Last Synced: 2024-12-01T01:27:25.306Z (10 months ago)
- Topics: nuxt, nuxt3, nuxtjs
- Language: Vue
- Homepage: https://isnuxt3ready.owln.ai
- Size: 1.29 MB
- Stars: 104
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> Is Nuxt 3 Ready has been archived in favor of https://modules.nuxtjs.org. Please, head to the new site.
---
# Is Nuxt 3 ready?
Your best up-to-date guide for the compatibility for Nuxt 3 modules. Built using Nuxt 3 and WindiCSS. Based on the initial work by @pi0 and inspired by [_Is Apple Silicon ready?_](https://isapplesiliconready.com)## API access
_Is Nuxt 3 Ready_ offers a free API for developers and repo maintainers. Note that this assumes good faith and, in the event of being misused, it might be shutdown or restricted.
- `/api/modules` Gets an array of objects listing every module
- `/api/modules/:module` (e.g /api/modules/@nuxt-image): Gets an object listing the specified module
## Status guide
- `ready` ✅ Tested and working
- `pending` 🚧 Work in progress or planned
- `unknown` ❓ To be tested
- `bugged` ❗ Reported issues
- `unsupported` ❌ Won't be supported
## Contributing or updating data
Please see [the CONTRIBUTING guide](CONTRIBUTING.md).