当前位置: 首页 > 软件库 > Web应用开发 > >

sleek-dashboard

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 斜昊空
操作系统 未知
开源组织
适用人群 未知
 软件概览

Sleek Dashboard - Free Bootstrap 4 Admin Dashboard Template and UI Kit. It is very powerful bootstrap admin dashboard, which allows you to build products like admin panels, content managements systems and CRMs.

Bootstrap is world's most popular front-end component library for developing with HTML, CSS, and JS. It is open source, intuitive, and powerful front-end framework for faster and easier web development.

We are very excited to share this dashboard with you and we look forward to hearing your feedback!

Table of Contents

Demo

Ecommerce Page Analytics Page Chat App
Contacts App Team App Calendar App

View More

Quick Start

Please visit Documentation for more detailed information.

Option 1: From CDN

<link href="https://unpkg.com/sleek-dashboard/dist/assets/css/sleek.min.css" rel="stylesheet"/>
<script src="https://unpkg.com/sleek-dashboard/dist/assets/js/sleek.bundle.js"></script>

View Codepen Example

Option 2: From NPM

Install Sleek Dashboard from npm

npm i sleek-dashboard --save

Option 3: Download

You can download ready to use Sleek Dashboard admin template from our Latest Release

Please visit Documentation for more detailed information.

Contribution

To use our build system and run project locally follow these instructions -

  • Install Node.js and NPM

  • Install Ruby then install Bundler with gem install bundler

  • Clone github repository with

    git clone https://github.com/tafcoder/sleek-dashboard.git
    
  • Navigate to the root /sleek-dashboard directory and Install dependency with

    npm install
    bundle install
    
  • Finally run npm start and open http://localhost:4000 in your browser. Now you are ready to hack!

Note: For Windows Read this guide to get Jekyll up and running without problems.

Plugins

See All Plugins

Browser Support

At present, we officially aim to support the following browsers:

Reporting Issues

We use GitHub Issues as the official bug tracker for the Sleek Dashboard. Please Search existing issues. It’s possible someone has already reported the same problem.If your problem or idea is not addressed yet, open a new issue

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

 相关资料
  • Sleek A modern Jekyll theme focused on speed performance & SEO best practices. ⚠️ This theme is no longer actively maintained. Features Compatible with Github Pages Minimal, responsive and speed perfo

  • 本文向大家介绍为什么在微服务中需要Reports报告和Dashboards仪表板?相关面试题,主要包含被问及为什么在微服务中需要Reports报告和Dashboards仪表板?时的应答技巧和注意事项,需要的朋友参考一下 报告和仪表板主要用于监视和维护微服务。有多种工具可以帮助实现此目的。报告 和仪表板可用于: 找出哪些微服务公开了哪些资源。 找出组件发生变化时受影响的服务。 提供一个简单的点,只要

  • 本文向大家介绍Intellij IDEA中启动多个微服务(开启Run Dashboard管理),包括了Intellij IDEA中启动多个微服务(开启Run Dashboard管理)的使用技巧和注意事项,需要的朋友参考一下 刚接触了一个微服务架构的项目,了解到了启动方式,记录一下 1、找到workspace.xml 2.打开workspace.xml,找到其中的配置项 RunDashboard 加

  • Hystrix监控 除了隔离依赖服务的调用以外,Hystrix还提供了近实时的监控,Hystrix会实时、累加地记录所有关于HystrixCommand的执行信息,包括每秒执行多少请求多少成功,多少失败等。Netflix通过hystrix-metrics-event-stream项目实现了对以上指标的监控。 上文提到的microservice-consumer-movie-ribbon-with-

  • 本文向大家介绍docker kubernetes dashboard安装部署详细介绍,包括了docker kubernetes dashboard安装部署详细介绍的使用技巧和注意事项,需要的朋友参考一下 docker之kubernetes dashboard部署 1. 环境说明: 1). 架构: 注: 本次实验服务器环境均采用centos 7. 服务安装均采用yum install. 192.16

  • 本文向大家介绍IDEA2020如何打开Run Dashboard的方法步骤,包括了IDEA2020如何打开Run Dashboard的方法步骤的使用技巧和注意事项,需要的朋友参考一下 什么是Run Dashboard 当springcloud的服务有多个时,管理多个服务的启动使用run会不好管理,这样我们就可以使用Run Dashboard。 新版的2020的IDEA当你同时启动两个微服务时,发现