Skip to content
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

fix(vue): fixing vue and nuxt welcome templates #21792

Merged
merged 6 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/shared/guides/module-federation/faster-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ To use Module Federation well, we recommend that you enable [Nx Cloud](https://n
when using `create-nx-workspace`, you can do the following.

```shell
nx connect-to-nx-cloud
nx connect
```

With Nx Cloud enabled, a large set of builds can be skipped entirely when running the application locally (and in
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/recipes/advanced-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ It may take a few minutes.
- You opted out of some migrations for now. Write the following command down somewhere to apply these migrations later:
nx migrate 16.5.3 --from [email protected] --exclude-applied-migrations
- To learn more go to https://nx.dev/recipes/other/advanced-update
- You may run 'pnpm run nx connect-to-nx-cloud' to get faster builds, GitHub integration, and more. Check out https://nx.app
- You may run 'pnpm run nx connect' to get faster builds, GitHub integration, and more. Check out https://nx.app
```

You can see in the "Next steps" section a suggested command to run to apply the skipped package updates. Make sure to store that information somewhere so you can later remember from which version you need to run the migration to apply the skipped package updates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ defineProps<{
target="_blank"
rel="noreferrer"
>
{' '} What is Nx Cloud?{' '}
What is Nx Cloud?
</a>
</div>
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ defineProps<{
target="_blank"
rel="noreferrer"
>
{' '}
What is Nx Cloud?{' '}
What is Nx Cloud?
</a>
</div>
<a
Expand Down