@nrwl/web:application
Create a web application using swc
or babel
as compiler.
Examples
Create an application named my-app
:
nx g @nrwl/web:application my-app
Usage
nx generate application ...
nx g app ... #same
By default, Nx will search for application
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/web:application ...
Show what will be generated without writing to disk:
nx g application ... --dry-run