nuxt-radash icon indicating copy to clipboard operation
nuxt-radash copied to clipboard

Radash module for Nuxt

Results 5 nuxt-radash issues
Sort by recently updated
recently updated
newest added

With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be...

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

Same issue as in [nuxt-lodash](https://github.com/cipami/nuxt-lodash/issues/52). Every utility return `any`

- Use `createResolver().resolve` from `@nuxt/kit` so that the `radash` has properly resolved types - Upgrades `Nuxt` to the `3.7.3`

### Your use case Package is hard coded to look for nuxt 3. Blocking upgrade to nuxt 4. ### The solution you'd like Ability to upgrade to nuxt 4 ###...