mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 19:26:10 +04:00
89 lines
4.5 KiB
Markdown
89 lines
4.5 KiB
Markdown
<p align="center">
|
||
<a href="https://tabler.github.io/">
|
||
<img src="https://tabler.github.io/assets/images/logo-default.svg" alt="Tabler" width="72" height="72">
|
||
</a>
|
||
|
||
<h3 align="center">Tabler - Admin panel made simple</h3>
|
||
|
||
<p align="center">
|
||
Premium and Open Source dashboard template with responsive and high quality UI. For Free!
|
||
</p>
|
||
|
||
<p align="center">
|
||
<strong>
|
||
<a href="https://tabler.github.io/demo/">View Demo</a> | <a href="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a>
|
||
</strong>
|
||
</p>
|
||
</p>
|
||
|
||

|
||
|
||
## Table of contents
|
||
|
||
- [About Tabler](#about-tabler)
|
||
- [Getting Started](#getting-started)
|
||
- [Bugs and feature requests](#bugs-and-feature-requests)
|
||
- [Contributing](#contributing)
|
||
- [Browser Support](#browser-support)
|
||
- [Creators](#creators)
|
||
- [Copyright and license](#copyright-and-license)
|
||
|
||
|
||
## About Tabler
|
||
|
||
We’ve created this admin panel for everyone who wants to create any templates based on our ready components. Our mission is to deliver a user-friendly, clear and easy administration panel, that can be used by both, simple websites and sophisticated systems. The only requirement is a basic HTML and CSS knowledge—as a reward, you'll be able to manage and visualize different types of data in the easiest possible way!
|
||
|
||
After using many of different admin panels, no matter free or paid, we've noticed they all had a lot of defects—and the main one was resource intensity.
|
||
They were loading loads of useless components that you wouldn't ever use, so we've decided to choose a different way. The whole system is plugin-based, what means that you have a control over what is needed and what not.
|
||
|
||
To make the system works fast and reliable, we've converted most of the components to CSS. Thanks to this, you don't have to load a lot of unnecessary libraries into your browser what really boosts the overall speed.
|
||
|
||
## Getting Started
|
||
|
||
### [Download ZIP](https://github.com/tabler/tabler/archive/dev.zip) or Git Clone
|
||
|
||
```
|
||
git clone https://github.com/tabler/tabler.git
|
||
```
|
||
|
||
### Setup environment
|
||
|
||
To use our build system and run our documentation locally, you'll need a copy of Tabler's source files and Node. Follow these steps:
|
||
|
||
1. [Download and install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.
|
||
2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`.
|
||
3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/), install [Bundler](https://bundler.io/) with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins.
|
||
|
||
**Windows users:** Read [this guide](https://jekyllrb.com/docs/windows/) to get Jekyll up and running without problems.
|
||
|
||
When completed, you'll be able to run the various commands provided from the command line.
|
||
|
||
### Build Tabler
|
||
|
||
1. From the root `/tabler` directory, run `npm run serve` in the command line.
|
||
2. Open [http://localhost:4000](http://localhost:4000) in your browser, and voilà.
|
||
3. Any change in `/src` directory will build application and refresh the page.
|
||
|
||
**Warning!** all changes made in `_site/` folder would be overwriten on application build.
|
||
|
||
## Bugs and feature requests
|
||
|
||
Have a bug or a feature request? [Please open a new issue](https://github.com/tabler/tabler/issues/new).
|
||
|
||
## Browser Support
|
||
|
||
 |  |  |  |  | 
|
||
--- | --- | --- | --- | --- | --- |
|
||
Latest ✔ | Latest ✔ | Latest ✔ | 11+ ✔ | 9.1+ ✔ | Latest ✔ |
|
||
|
||
## Creators
|
||
|
||
**Paweł Kuna**
|
||
|
||
- <https://twitter.com/codecalm>
|
||
- <https://github.com/codecalm>
|
||
- <https://codecalm.net>
|
||
|
||
## Copyright and license
|
||
|
||
Code and documentation copyright 2018 the [Tabler Authors](https://github.com/tabler/tabler/graphs/contributors) and [codecalm.net](https://codecalm.net). Code released under the [MIT License](https://github.com/tabler/tabler/blob/master/LICENSE). |