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

ENDOC-720-node remove version #747

Merged
merged 1 commit into from
Jun 2, 2023
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
4 changes: 3 additions & 1 deletion vuepress/docs/next/tutorials/create/mfe/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This tutorial describes the process of building an Angular widget on Entando. It
## Prerequisites
* [A working instance of Entando.](../../../docs/getting-started/README.md)

* node v13.8.0: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations.
* node: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations.

* Verify dependencies with the [Entando CLI](../../../docs/getting-started/entando-cli.md#check-the-environment): `ent check-env develop`.

## Initialize your Bundle Project
1. To initialize your project, give it a name and build the scaffolding. This name will be used for the default bundle Docker image.
Expand Down
4 changes: 3 additions & 1 deletion vuepress/docs/v7.1/tutorials/create/mfe/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Git-based bundles are also supported and to follow this tutorial in that format,
## Prerequisites
* [A working instance of Entando.](../../../docs/getting-started/README.md)

* node v13.8.0: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations.
* node: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations.

* Verify dependencies with the [Entando CLI](../../../docs/getting-started/entando-cli.md#check-the-environment): `ent check-env develop`.

## Initialize your Bundle Project
1. To initialize your project, give it a name and build the scaffolding. This name will be used for the default bundle Docker image.
Expand Down
4 changes: 4 additions & 0 deletions vuepress/docs/v7.1/tutorials/create/mfe/react.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebarDepth: 2
---

# Create a React Micro Frontend

## Prerequisites
Expand Down
4 changes: 3 additions & 1 deletion vuepress/docs/v7.2/tutorials/create/mfe/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This tutorial describes the process of building an Angular widget on Entando. It
## Prerequisites
* [A working instance of Entando.](../../../docs/getting-started/README.md)

* node v13.8.0: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations.
* node: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations.

* Verify dependencies with the [Entando CLI](../../../docs/getting-started/entando-cli.md#check-the-environment): `ent check-env develop`.

## Initialize your Bundle Project
1. To initialize your project, give it a name and build the scaffolding. This name will be used for the default bundle Docker image.
Expand Down