docs(core): fix broken links and add missing latest prefix (#6471)

This commit is contained in:
Miroslav Jonaš 2021-07-23 14:16:54 +02:00 committed by GitHub
parent f087146c55
commit a9afb97307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
168 changed files with 182 additions and 172 deletions

View File

@ -371,7 +371,7 @@ But migrating AngularJS code means we need to switch some of our tools to a more
npm install -D @nrwl/web babel-plugin-angularjs-annotate npm install -D @nrwl/web babel-plugin-angularjs-annotate
``` ```
Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/angular/core-concepts/nx-devkit#executors) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/latest/angular/executors/using-builders) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations.
Start with a `webpack.config.js` file in your applications root directory: Start with a `webpack.config.js` file in your applications root directory:

View File

@ -3,7 +3,7 @@
Delegates the build to a different target while supporting incremental builds. Delegates the build to a different target while supporting incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a library with support for incremental builds. Builds a library with support for incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a browser application with support for incremental builds and custom webpack configuration. Builds a browser application with support for incremental builds and custom webpack configuration.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serves a browser application with support for a custom webpack configuration. Serves a browser application with support for a custom webpack configuration.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Cypress e2e tests Run Cypress e2e tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Gatsby app Build a Gatsby app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Starts server for app Starts server for app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Jest unit tests Run Jest unit tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run ESLint on a project Run ESLint on a project
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Next.js app Build a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Export a Next.js app. The exported application is located at dist/$outputPath/exported. Export a Next.js app. The exported application is located at dist/$outputPath/exported.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a Next.js app Serve a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Node application Build a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Execute a Node application Execute a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Package a Node library Package a Node library
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Creates and runs the e2e tests for an Nx Plugin. Creates and runs the e2e tests for an Nx Plugin.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build Storybook Build Storybook
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve Storybook Serve Storybook
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a application Build a application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a web application Serve a web application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a web application from a folder Serve a web application from a folder
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Package a library Package a library
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run any custom commands with Nx Run any custom commands with Nx
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Examples ## Examples

View File

@ -3,7 +3,7 @@
Run an npm script using Nx Run an npm script using Nx
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a project using TypeScript. Build a project using TypeScript.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -113,7 +113,7 @@ Options:
--help Show available options for project target. --help Show available options for project target.
``` ```
It helps with good editor integration (see [VSCode Support](https://nx.dev/node/getting-started/console)). It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/node/getting-started/console#nx-console-for-vscode)).
But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds).

View File

@ -3,7 +3,7 @@
Delegates the build to a different target while supporting incremental builds. Delegates the build to a different target while supporting incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a library with support for incremental builds. Builds a library with support for incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a browser application with support for incremental builds and custom webpack configuration. Builds a browser application with support for incremental builds and custom webpack configuration.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serves a browser application with support for a custom webpack configuration. Serves a browser application with support for a custom webpack configuration.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Cypress e2e tests Run Cypress e2e tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Gatsby app Build a Gatsby app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Starts server for app Starts server for app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Jest unit tests Run Jest unit tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run ESLint on a project Run ESLint on a project
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Next.js app Build a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Export a Next.js app. The exported application is located at dist/$outputPath/exported. Export a Next.js app. The exported application is located at dist/$outputPath/exported.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a Next.js app Serve a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Node application Build a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Execute a Node application Execute a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Package a Node library Package a Node library
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Creates and runs the e2e tests for an Nx Plugin. Creates and runs the e2e tests for an Nx Plugin.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build Storybook Build Storybook
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve Storybook Serve Storybook
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a application Build a application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a web application Serve a web application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a web application from a folder Serve a web application from a folder
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Package a library Package a library
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run any custom commands with Nx Run any custom commands with Nx
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Examples ## Examples

View File

@ -3,7 +3,7 @@
Run an npm script using Nx Run an npm script using Nx
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a project using TypeScript. Build a project using TypeScript.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -71,6 +71,6 @@ Options:
--help Show available options for project target. --help Show available options for project target.
``` ```
It helps with good editor integration (see [VSCode Support](https://nx.dev/react/getting-started/console)). It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/react/getting-started/console#nx-console-for-vscode)).
But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds).

View File

@ -312,6 +312,7 @@ export function Index() {
href="https://nx.dev/getting-started/console#nx-console-for-vscode" href="https://nx.dev/getting-started/console#nx-console-for-vscode"
target="_blank" target="_blank"
className="cursor-pointer underline" className="cursor-pointer underline"
rel="noreferrer"
> >
VS Code plugin VS Code plugin
</a>{' '} </a>{' '}
@ -489,6 +490,7 @@ export function Index() {
className="underline pointer" className="underline pointer"
target="_blank" target="_blank"
href="https://blog.nrwl.io/painlessly-build-and-deploy-next-js-apps-with-nx-225e2721da78?source=friends_link&sk=b381e3b9e7a2d8951fbe806ac0363851" href="https://blog.nrwl.io/painlessly-build-and-deploy-next-js-apps-with-nx-225e2721da78?source=friends_link&sk=b381e3b9e7a2d8951fbe806ac0363851"
rel="noreferrer"
> >
Next.js Next.js
</a> </a>
@ -497,6 +499,7 @@ export function Index() {
className="underline pointer" className="underline pointer"
target="_blank" target="_blank"
href="https://blog.nrwl.io/step-to-step-guide-on-creating-a-blog-using-nx-gatsby-wordpress-ac7e9bfc0efd?source=friends_link&sk=5af5e109144bc4985f3fe8d92429463b" href="https://blog.nrwl.io/step-to-step-guide-on-creating-a-blog-using-nx-gatsby-wordpress-ac7e9bfc0efd?source=friends_link&sk=5af5e109144bc4985f3fe8d92429463b"
rel="noreferrer"
> >
Gatsby Gatsby
</a> </a>
@ -505,6 +508,7 @@ export function Index() {
className="underline pointer" className="underline pointer"
target="_blank" target="_blank"
href="https://blog.nrwl.io/introducing-react-native-support-for-nx-48d335e90c89?source=friends_link&sk=e04878accafe0d9f696b647d0b9ae2d4" href="https://blog.nrwl.io/introducing-react-native-support-for-nx-48d335e90c89?source=friends_link&sk=e04878accafe0d9f696b647d0b9ae2d4"
rel="noreferrer"
> >
React Native React Native
</a>{' '} </a>{' '}
@ -562,6 +566,7 @@ export function Index() {
className="cursor-pointer underline" className="cursor-pointer underline"
href="https://nxplaybook.com/?utm_source=nx.dev" href="https://nxplaybook.com/?utm_source=nx.dev"
target="_blank" target="_blank"
rel="noreferrer"
> >
NxPlaybook.com NxPlaybook.com
</a> </a>
@ -573,6 +578,7 @@ export function Index() {
target="_blank" target="_blank"
href="https://www.youtube.com/watch?v=2mYLe9Kp9VM&list=PLakNactNC1dH38AfqmwabvOszDmKriGco?utm_source=nx.dev" href="https://www.youtube.com/watch?v=2mYLe9Kp9VM&list=PLakNactNC1dH38AfqmwabvOszDmKriGco?utm_source=nx.dev"
className="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-nx-base" className="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-nx-base"
rel="noreferrer"
> >
Watch Nx Workspaces Course Watch Nx Workspaces Course
</a> </a>
@ -600,6 +606,7 @@ export function Index() {
href="https://nx.dev/getting-started/console#nx-console-for-vscode" href="https://nx.dev/getting-started/console#nx-console-for-vscode"
target="_blank" target="_blank"
className="cursor-pointer underline" className="cursor-pointer underline"
rel="noreferrer"
> >
Try out Nx Console Try out Nx Console
</a> </a>
@ -619,6 +626,7 @@ export function Index() {
href="https://nrwl.io/?utm_source=nx.dev" href="https://nrwl.io/?utm_source=nx.dev"
target="_blank" target="_blank"
className="cursor-pointer underline" className="cursor-pointer underline"
rel="noreferrer"
> >
nrwl.io nrwl.io
</a> </a>

View File

@ -371,7 +371,7 @@ But migrating AngularJS code means we need to switch some of our tools to a more
npm install -D @nrwl/web babel-plugin-angularjs-annotate npm install -D @nrwl/web babel-plugin-angularjs-annotate
``` ```
Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/angular/core-concepts/nx-devkit#executors) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/latest/angular/executors/using-builders) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations.
Start with a `webpack.config.js` file in your applications root directory: Start with a `webpack.config.js` file in your applications root directory:

View File

@ -3,7 +3,7 @@
Delegates the build to a different target while supporting incremental builds. Delegates the build to a different target while supporting incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a library with support for incremental builds. Builds a library with support for incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a browser application with support for incremental builds and custom webpack configuration. Builds a browser application with support for incremental builds and custom webpack configuration.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Cypress e2e tests Run Cypress e2e tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Gatsby app Build a Gatsby app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Starts server for app Starts server for app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Jest unit tests Run Jest unit tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run ESLint on a project Run ESLint on a project
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Next.js app Build a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Export a Next.js app. The exported application is located at dist/$outputPath/exported. Export a Next.js app. The exported application is located at dist/$outputPath/exported.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a Next.js app Serve a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Node application Build a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Execute a Node application Execute a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Package a Node library Package a Node library
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Creates and runs the e2e tests for an Nx Plugin. Creates and runs the e2e tests for an Nx Plugin.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build Storybook Build Storybook
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve Storybook Serve Storybook
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a application Build a application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a web application Serve a web application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a web application from a folder Serve a web application from a folder
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Package a library Package a library
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run any custom commands with Nx Run any custom commands with Nx
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Examples ## Examples

View File

@ -3,7 +3,7 @@
Run an npm script using Nx Run an npm script using Nx
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a project using TypeScript. Build a project using TypeScript.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -113,7 +113,7 @@ Options:
--help Show available options for project target. --help Show available options for project target.
``` ```
It helps with good editor integration (see [VSCode Support](https://nx.dev/node/getting-started/console)). It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/node/getting-started/console#nx-console-for-vscode)).
But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds).

View File

@ -3,7 +3,7 @@
Delegates the build to a different target while supporting incremental builds. Delegates the build to a different target while supporting incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a library with support for incremental builds. Builds a library with support for incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Builds a browser application with support for incremental builds and custom webpack configuration. Builds a browser application with support for incremental builds and custom webpack configuration.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Cypress e2e tests Run Cypress e2e tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Gatsby app Build a Gatsby app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Starts server for app Starts server for app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run Jest unit tests Run Jest unit tests
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Run ESLint on a project Run ESLint on a project
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Next.js app Build a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Export a Next.js app. The exported application is located at dist/$outputPath/exported. Export a Next.js app. The exported application is located at dist/$outputPath/exported.
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Serve a Next.js app Serve a Next.js app
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

View File

@ -3,7 +3,7 @@
Build a Node application Build a Node application
Options can be configured in `workspace.json` when defining the executor, or when invoking it. Options can be configured in `workspace.json` when defining the executor, or when invoking it.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands.
## Options ## Options

Some files were not shown because too many files have changed in this diff Show More