Updated command for generating react libs

pull/1498/head
ioedeveloper 4 years ago
parent 1d5bdba16b
commit 3c3676cf01
  1. 4
      libs/remix-ui/README.md

@ -4,8 +4,6 @@ This library was generated with [Nx](https://nx.dev).
## Steps To Generate React Lib
- Install **NxConsole** vscose extension
- Create new copy of **tsconfig.json**
- Rename it to **tsconfig.base.json**
- Open **NxConsole** extension
- Click generate option
- Select **@nrwl/react -Library**
@ -13,5 +11,3 @@ This library was generated with [Nx](https://nx.dev).
- Set **directory** to **remix-ui**
- Set **importPath** to **@remix-ui/{library-name}**
- Click the run button in the top right corner of the generate page.
- Update **tsconfig.json** with updates added to **tsconfig.base.json**
- Delete **tsconfig.base.json**
Loading…
Cancel
Save