fix(nextjs): adjust generator reference in Next startup page component
This commit is contained in:
parent
10316d9686
commit
9436a96309
@ -332,9 +332,9 @@ export function createAppJsx(name: string) {
|
||||
</summary>
|
||||
<pre>
|
||||
<span># Generate UI lib</span>
|
||||
nx g @nrwl/angular:lib ui
|
||||
nx g @nrwl/next:library ui
|
||||
<span># Add a component</span>
|
||||
nx g @nrwl/angular:component button --project ui
|
||||
nx g @nrwl/next:component button --project=ui
|
||||
</pre>
|
||||
</details>
|
||||
<details>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user