From 3c3676cf0114d2056468f16e08899e8cdbb0bac0 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 19 Aug 2021 10:55:07 +0100 Subject: [PATCH] Updated command for generating react libs --- libs/remix-ui/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libs/remix-ui/README.md b/libs/remix-ui/README.md index fda7862aa3..4d0a2662ba 100644 --- a/libs/remix-ui/README.md +++ b/libs/remix-ui/README.md @@ -4,14 +4,10 @@ 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 +- Click the run button in the top right corner of the generate page. \ No newline at end of file