Git Product home page Git Product logo

dunwoo-admin's Introduction

Dunwoo Admin

Dunwoo Admin 是一个为 Bootstrap 4 设计的响应式后台管理模板,提供了常用的 UI 组件,小部件和示例页面,可以帮助您轻松构建 Web 应用。它使用 Webpack 4,通过修改 package.json, theme.js, theme.scss 可以轻松扩展和管理前端资源。

演示地址:https://dunwoo.com/projects/dunwoo-admin

Dunwoo Admin Default

特点

  1. 使用最新的 Bootstrap 4.3.1 构建
  2. 集成构建工具:NPM, Webpack, SASS
  3. 完全响应,适用于所有现代的浏览器和设备
  4. 根据反馈持续更新优化
  5. 使用中文对 Bootstrap 源码进行注释

快速开始

  • npm install 安装依赖
  • npm start 启动本地开发服务器

源码结构

在下载的版本中,您将会找到以下目录和文件:

  dunwoo-admin/
  ├── .babelrc.js
  ├── .browserslistrc
  ├── .gitignore
  ├── package.json
  ├── webpack.config.js
  ├── README.md
  ├── src/
  │   ├── scss/
  │   │   ├── base/
  │   │   ├── pages/
  │   │   ├── partials/
  │   │   ├── utilities/
  │   │   ├── vendor/
  │   │   └── _theme.scss
  │   ├── js/
  │   │   ├── modules/
  │   │   ├── vendor/
  │   │   └── theme.js
  │   │── fonts/
  │   └── img/
  └── dist/
      ├── css/
      │   └── theme.css
      ├── js/
      │   └── theme.js
      ├── img/
      ├── fonts/
      └── libs/

浏览器兼容

  • Chrome(Windows, Mac, Linux)
  • Firefox(Windows, Mac, Linux)
  • Safari(Mac)
  • Microsoft Edge
  • Internet Explorer 11
  • Internet Explorer 10(部分支持)
  • 其他 webkit 浏览器

dunwoo-admin's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.