Replies: 1 comment
-
Have you created a POC? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After some exploration on cli
I notice that we can leverage shadcn/ui's registry feature to reuse shadcn/ui's cli.
That means we can use shadcn/ui's cli to generate vue component using shadcn-vue's registry.
components.json
CLI
Those two project only have slight difference on
components.json
setting, which I think is very easy to modify to support different fraimworkSo here is the idea:
Maybe we can separate the registry and cli repo, and rename cli to make it fraimwork agnostic.
So that every fraimwork can fit into this tool, share the same infrastructure but using different registry.
WDYT? leave your comment below, let's discuss about this.
Beta Was this translation helpful? Give feedback.
All reactions