Skip to content

Using NX Console

Edward Lu edited this page Feb 13, 2023 · 1 revision

Generating a new component

To access the NX console, click the NX icon on the VS toolbar:

nx1

From here you can generate a new component in the project folder you want. A dry run will occur when you've added a name and selected the project.

nx2

Click Run when you are ready to create your component!

nx4

Performing actions

You can build, run tests, serve, and more all from the NX console! For example, if you want to run tests only for atom components you can do it like this:

nx5

To perform actions for the entire FTU Explorer project go to ftu-ui under apps (for example, running serve):

nx7