13 lines
739 B
Markdown
13 lines
739 B
Markdown
# Nx Console Project Details View
|
|
|
|
Nx Console provides seamless integration with the [Project Details View](features/explore-graph#explore-projects-in-your-workspace).
|
|
You can learn more about your project, run tasks or navigate the task graph with just a few clicks!
|
|
|
|

|
|
|
|
You can access the integrated Project Details View in multiple ways:
|
|
|
|
- By clicking on the Preview icon to the top right of your `project.json`, `package.json` or any file that modifies targets (for example `jest.config.ts` or `cypress.config.ts`)
|
|
- By using the codelenses in any of these files
|
|
- By running the `Nx: Open Project Details to Side` action while any file in a project is open
|