docs(general): create documentation structure

This commit is contained in:
nixa 2016-05-23 12:13:30 +03:00
parent c66de4a295
commit 7a9b7fc750
23 changed files with 1620 additions and 0 deletions

View file

@ -0,0 +1,43 @@
---
title: Getting Started
author: vl
sort: 999
group: Quick Start
template: article.jade
---
## What is BlurAdmin?
Blur admin is Angular front-end Admin Dashboard template. That means all data you can see on graphs, charts tables is hardcoded in Javascript. You can use any backend you want with it without limitations.
## How can it help me?
We believe that that at the moment a lot of business applications have some kind of admin interface inside of them. Sometimes it's not that obvious, but a lot of web applications have dashboard with panels, charts analytics.
BlurAdmin aims to bootstrap development of your product and provide ecosystem for building a prototype or even production-ready application.
Despite frameworks like Bootstrap provide a number of components, usually it's not enough of them to build real-world app. This template comes with lots of popular UI components with unified color scheme.
As well you can use BlurAdmin for learning purposes.
## List of features
* Responsive layout
* High resolution
* Bootstrap CSS Framework
* Sass
* Gulp build
* AngularJS
* Jquery
* Jquery ui
* Charts (amChart, Chartist, Chart.js, Morris)
* Maps (Google, Leaflet, amMap)
* etc
## I want to start developing with BlurAdmin
Welcome abroad!
You can start with [Installation Guidelines](/blur-admin/articles/002-installation-guidelines/). We describe there how can you download and run template on you local machine.
Good luck and have fun!