From d889e87f2230dcfcf338a79b352bdbcddc7f4cc0 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 18 Aug 2021 11:12:03 +0100 Subject: [PATCH] Added guide for generating react libs --- libs/remix-ui/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libs/remix-ui/README.md diff --git a/libs/remix-ui/README.md b/libs/remix-ui/README.md new file mode 100644 index 0000000000..fda7862aa3 --- /dev/null +++ b/libs/remix-ui/README.md @@ -0,0 +1,17 @@ +# remix-ui + +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** +- Enter library name +- 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** \ No newline at end of file