-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add new extensions category and improve category assignments #75
Conversation
Nice work @Geminii 👍 Modules like python might be moved to misc/miscellaneous category probably? Also shall we merge with devtool icon or you prefer waiting for icon? |
It might be wise to create a new miscellaneous category. Do you think that there would also be other modules that could fall into this category ? (maybe create a new PR for this one) I would like to wait the icon because i know that |
Actually python is only one i can think of as of now... Yet we need a cat for it
That would be awesome then! Just didn't want to stall PR :) |
I believe we should merge Librairies and Extensions together and use the |
It's a good alternative instead of to create a new |
@Geminii If only python is problematic, you may remove it since it is an unmaintained/experimental module anyway |
Thanks for all of your great feedbacks. |
Sorry I phrased it wrongly, what I meant is renaming Librairies to Extensions. |
Current libraries are modules that integrate an exisisting Vue/JS library with Nuxt while extensions like nuxt story adding a new feature to nuxt DX / Build system. |
I think, makes perfect sense, so |
Updated the PR, it looks good for me: https://modules-of7rfl989.vercel.app/?orderBy=desc#Devtools One note, should be move Storybook and Nuxt Stories to UI @pi0 ? |
Technically storybook is not a nuxt module :D BTW i think being in devtools at least currently makes more sense since UI section is used for UI frameworks or modules that add UI components. Storybook while can be used for production, is mainly a development tool... |
Should be perfect now, Vincent will make a logo when he will have time, no need to wait for merging this PR I think :) |
…uxt#75) * feat(category): add new extensions category * chore: rename categories to suggested one * chore: update to Librairies icon * chore: Add back extensions to emotion-module * chore: add Librairies to localForage Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Currently, some module aren't really Devtools module that help you only in dev, and things that just extend the capabilities of Nuxt. They aren't really dev-centric.
The proposed solution is to add a new category called
Extensions
to distinguish both.Devtools category will contain only : eslint, typescript, typescript-runtime, webpack-profile, ngrok, webpackmonitor, localtunnel, typed-router, bundle-buddy, webpackdashboard.
Do you think we need to add another module into
Devtools category
likepython
or others for example ?@pi0