From 2bd1011993a03d4c46a3badce103aeeb0700deec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20=C3=87A=C4=9EDA=C5=9E?= Date: Wed, 23 Mar 2022 16:04:26 +0300 Subject: [PATCH] remove sidemenu styles and change version back to preview --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e39cab..43bf2aa 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,15 @@ To add `LeptonX-lite` into your project, * Install `@abp/ng.theme.lepton-x` -`npm install @abp/ng.theme.lepton-x@1.0.0-beta.1` or +`npm install @abp/ng.theme.lepton-x@preview` or -`yarn add @abp/ng.theme.lepton-x@1.0.0-beta.1` +`yarn add @abp/ng.theme.lepton-x@preview` * Then, we need to edit the styles array in `angular.json` to replace the existing style with the new one. Add the following style ```json -"node_modules/@volo/ngx-lepton-x.lite/styles/sidemenu-layout.min.css", "node_modules/bootstrap-icons/font/bootstrap-icons.css", ``` @@ -76,9 +75,9 @@ To add `LeptonX` into your existing projects, * Firstly, install `@volosoft/abp.ng.theme.lepton-x` -`npm install @volosoft/abp.ng.theme.lepton-x@1.0.0-beta.1` or +`npm install @volosoft/abp.ng.theme.lepton-x@preview` or -`yarn add @volosoft/abp.ng.theme.lepton-x@1.0.0-beta.1` +`yarn add @volosoft/abp.ng.theme.lepton-x@preview` * Then, edit `angular.json` as follows: @@ -95,7 +94,6 @@ Remove the following config from the `styles` array since LeptonX provides boots Add the following ones into the `styles` array ```JSON -"node_modules/@volosoft/ngx-lepton-x/styles/css/sidemenu-layout.min.css", "node_modules/bootstrap-icons/font/bootstrap-icons.css", ```