项目文件夹

文件
2026-07-13 12:38:36 +08:00

20 行
262 B
Markdown

## Examples
##### Create app in a nested directory
```shell
nx g app apps/nested/myapp
```
##### Use a custom Express server
```shell
nx g app apps/myapp --custom-server
```
##### Use plain JavaScript (not TypeScript)
```shell
nx g app apps/myapp --js
```