-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(storybook): add vue3 support for storybook executer #6604
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nrwl/nx-dev/6UHiPjQ4gbcrT4o7LaApoUmG6EmP |
@FrozenPandaz do you maybe know what I do wrong? the build is not starting... |
`This PR adds support for 'vue3' so it can be used to run storybook in a NX workspace Closes nrwl#6603
Nx Cloud ReportCI ran the following commands for commit 8c52b88. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
Sorry, I am not sure why sometimes Circle doesn't pick up PRs 🤷 I rebased your branch with the latest |
Thank for helping out! |
`This PR adds support for 'vue3' so it can be used to run storybook in a NX workspace Closes nrwl#6603
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
ISSUES CLOSED: #6603
Current Behavior
Users are restricted by the existing schema to be able to add Storybook only to
angular
,react
vue
andhtml
projects.Expected Behavior
This PR add
vue3
to the list, as well.Related Issue(s)
#6603