-
Notifications
You must be signed in to change notification settings - Fork 41
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
refactor: use @nuxt/ui
for examples
#63
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
also rn the examples are using the shared ui (
|
I think I will have to publish on npm the package @arashsheyda |
okay thanks :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good to go - see https://examples-6makfan46-nuxt-js.vercel.app/?force=local-auth for example.
(One note: we may need to update the e2e tests...) |
|
refactored the code from old
@nuxt/devtools-ui
to@nuxt/ui
examples
(the goal was to have a cleaner directory structure, if it's not a good idea we can revert that)@nuxt/examples-ui
for shared ui usages udnershared
directoryauth
is not in.docs
, should we add that?NuxtLayoutExample
looks like this: (I can record all the examples if needed to see how they look like)Screen.Recording.2023-12-11.at.11.35.01.AM.mov
resolves #59