docs: added create a new ui and ui-module commands in the README.md

feature/auth-configure
Artem-Darius Weber 1 year ago
parent 67f5659c9f
commit c7419cebe7

@ -136,6 +136,16 @@ nx g @nx/react:component NAME --project site-layouts
```bash ```bash
nx g @nx/react:component NAME --project site-pages nx g @nx/react:component NAME --project site-pages
``` ```
## Create a new Component
Like navbar, footer, login card, delete modal alert and et.
```bash
nx g @nx/react:component NAME --project ui-modules
```
## Create a new UI Component
Like nav_link, cta_button, username_input and et.
```bash
nx g @nx/react:component NAME --project ui
```
# Стиль кода # Стиль кода
## Коммиты ## Коммиты

Loading…
Cancel
Save