modules icon indicating copy to clipboard operation
modules copied to clipboard

modules meta for filtering

Open Triloworld opened this issue 4 years ago • 1 comments

Module support what type of site:

  • support for mode -> spa
  • support for mode -> universal
  • support for mode -> static
  • looking for maintaners ?

What MAJOR version of nuxt is tested with / support ? I don't mind if all this info will be hidden visually - just filters to know what is working with what major release

This are welcome here in my opinion. No need any 'code' releated stuff as they are part of npm/github ecosystem.

Triloworld avatar May 22 '21 12:05 Triloworld

Hi @Triloworld. It would be a nice addition! Ideally, all currently listed modules should work with nuxt@2, ssr: true || false and handle static target. But I guess we can introduce labels like static, ssr or maintainer-needed.

The longer-term plan (with nuxt kit) is to fetch a standard meta from the module's npm packages since module support is dependent on the version as well and in addition to building, we can use such meta to warn users when using incompatible module/mode.

PR welcome for addicting labels support for filtering👍

pi0 avatar May 22 '21 13:05 pi0