-
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(nuxt): nuxt executors, generators, docs #19855
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 0c2d4cf. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
6574389
to
3ab20b4
Compare
Just a quick comment that we should add PCv3 from the get-go, but it should be a follow-up PR. |
db6813b
to
a0a14f9
Compare
a0a14f9
to
ac50f3c
Compare
c4e924e
to
927f366
Compare
c7eeddf
to
5bfa7d7
Compare
2f126a7
to
035fb63
Compare
e0e4459
to
a30113c
Compare
Using |
a30113c
to
6504f2e
Compare
6504f2e
to
2eb719f
Compare
280dfc9
to
64cd2b6
Compare
64cd2b6
to
08325e4
Compare
08325e4
to
68a7388
Compare
68a7388
to
a8018bf
Compare
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.
Docs look good
a8018bf
to
0c2d4cf
Compare
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. |
built on top of #19524
This PR contains the following:
vitest
to anuxt
appjest
to anuxt
app (howeverjest
does not run properly)build
executorserve
executorsetup-tailwind
generatorstyle
innuxt:app
generatorAlso contains the
create-nx-workspace
nuxt
presets.To test it out:
nx g @nx/nuxt:app my-app --unitTestRunner=vitest
then
and
And to test the testing feature, you first need to generate a component with tests, so:
and then:
merging this PR will solve the Lint problems, because we need TypeScript
5.2.2
.