fix(react): update nx generator commands in react sample app (#10680)

This commit is contained in:
Damian 2022-06-10 15:34:51 +02:00 committed by GitHub
parent cd779a0249
commit 6e924c86a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,9 +743,9 @@ export function NxWelcome({ title }: { title: string }) {
</summary> </summary>
<pre> <pre>
<span># Generate UI lib</span> <span># Generate UI lib</span>
nx g @nrwl/angular:lib ui nx g @nrwl/react:lib ui
<span># Add a component</span> <span># Add a component</span>
nx g @nrwl/angular:component button --project ui nx g @nrwl/react:component button --project ui
</pre> </pre>
</details> </details>
<details> <details>