Before using any of the plugins, it needs to be installed.
npx nx add @nx/react
# or
npx nx add @nx/nodeThen you can run:
# react library
npx nx g @nx/react:lib libs/<project_name>
# node library
npx nx g @nx/node:lib libs/<project_name>
# node application
npx nx g @nx/node:application apps/<project_name>
cd .\libs\ui
npx shadcn@latest add <component_name>from the libs/rui-database folder
# update
npx prisma generate