From 8ff489fbce91dcbe3b74a409a5c45a16470cc8d2 Mon Sep 17 00:00:00 2001 From: Dmitry Nehaychik <4dmitr@gmail.com> Date: Tue, 9 Jan 2018 13:39:59 +0300 Subject: [PATCH] docs(readme): add info about starter kit (#1488) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ba3a5f434..3655ed3f59 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,17 @@ And many more! Live Demo +## Documentation +This template is using [Nebular](https://github.com/akveo/nebular) modules set, [here you can find documentation and other useful articles](https://akveo.github.io/nebular/#/docs/installation/based-on-starter-kit-ngxadmin). + ### ng2-admin -We will continue supporting ng2-admin version, but if you are starting from scratch we recommend using ngx-admin version. Unfortunately, there is no way to update from ng2-admin to ngx-admin, but some parts (Nebular components) could be manually included. +We will continue supporting [ng2-admin](https://github.com/akveo/ngx-admin/tree/ng2-admin) version, but if you are starting from scratch we recommend using `ngx-admin`. Unfortunately, there is no way to automatically update from ng2-admin to ngx-admin, but some parts (Nebular components) could be manually included. + +### Empty starter kit +Don't need all the pages and modules and just looking for an empty starter kit for your next project? Check out our [starter-kit branch](https://github.com/akveo/ngx-admin/tree/starter-kit). ### Angular 1.x version Here you can find Angular 1.x based version: [Blur Admin](http://akveo.github.io/blur-admin/) - -## Documentation -This template is using [Nebular](https://github.com/akveo/nebular) modules set, documentation and other useful articles could be found [here](https://akveo.github.io/nebular/#/docs/installation/based-on-starter-kit-ngxadmin). - ## BrowserStack This project runs its tests on multiple desktop and mobile browsers using [BrowserStack](http://www.browserstack.com).