react-webpack-babel-md-tutorial

This is a Tutorial to showcase the usage of React with Webpack and Babel.

  • 所有者: creativetimofficial/react-webpack-babel-md-tutorial
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

ReactJS 2018 with Webpack 4, Babel 7 and Material Design

Table of Contents

Quick start

Quick start options:

git clone https://github.com/creativetimofficial/react-webpack-babel-md-tutorial.git

And

cd Part\ 2 && npm install && npm start

Or

cd Part\ 3 && npm install && npm start

Or

cd Part\ 4 && npm install && npm start

Documentation

The documentation for the Material Dashboard React is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

react-webpack-babel-md-tutorial
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── Part\ 1
│   ├── package.json
│   └── src
│       ├── index.html
│       └── index.js
├── Part\ 2
│   ├── package.json
│   ├── webpack.config.js
│   └── src
│       ├── index.html
│       └── index.js
├── Part\ 3
│   ├── package.json
│   ├── .babelrc
│   ├── webpack.config.js
│   └── src
│   │   ├── index.html
│   │   ├── index.js
│   │   └── index.scss

└── Part\ 4
    ├── package.json
    ├── .babelrc
    ├── webpack.config.js
    └── src
        ├── index.html
        ├── index.js
        ├── index.scss
        ├── assets
        │   ├── css
        │   ├── github
        │   ├── img
        │   └── jss
        │       ├── material-dashboard-react
        │       │   ├── components
        │       │   ├── layouts
        │       │   └── views
        │       └── material-dashboard-react.jsx
        ├── components
        │   ├── Card
        │   │   ├── Card.jsx
        │   │   ├── CardAvatar.jsx
        │   │   ├── CardBody.jsx
        │   │   ├── CardFooter.jsx
        │   │   ├── CardHeader.jsx
        │   │   └── CardIcon.jsx
        │   ├── CustomButtons
        │   │   └── Button.jsx
        │   ├── CustomInput
        │   │   └── CustomInput.jsx
        │   ├── CustomTabs
        │   │   └── CustomTabs.jsx
        │   ├── Footer
        │   │   └── Footer.jsx
        │   ├── Grid
        │   │   ├── GridContainer.jsx
        │   │   └── GridItem.jsx
        │   ├── Header
        │   │   ├── Header.jsx
        │   │   └── HeaderLinks.jsx
        │   ├── Sidebar
        │   │   └── Sidebar.jsx
        │   ├── Snackbar
        │   │   ├── Snackbar.jsx
        │   │   └── SnackbarContent.jsx
        │   ├── Table
        │   │   └── Table.jsx
        │   ├── Tasks
        │   │   └── Tasks.jsx
        │   └── Typography
        │       ├── Danger.jsx
        │       ├── Info.jsx
        │       ├── Muted.jsx
        │       ├── Primary.jsx
        │       ├── Quote.jsx
        │       ├── Success.jsx
        │       └── Warning.jsx
        ├── layouts
        │   └── Dashboard
        │       └── Dashboard.jsx
        ├── logo.svg
        ├── routes
        │   ├── dashboard.jsx
        │   └── index.jsx
        ├── variables
        │   ├── charts.jsx
        │   └── general.jsx
        └── views
            ├── Dashboard
            │   └── Dashboard.jsx
            ├── Icons
            │   └── Icons.jsx
            ├── Maps
            │   └── Maps.jsx
            ├── Notifications
            │   └── Notifications.jsx
            ├── TableList
            │   └── TableList.jsx
            ├── Typography
            │   └── Typography.jsx
            ├── UpgradeToPro
            │   └── UpgradeToPro.jsx
            └── UserProfile
                └── UserProfile.jsx

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Dashboard Pro. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Material Dashboard Pro. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial

主要指标

概览
名称与所有者creativetimofficial/react-webpack-babel-md-tutorial
主编程语言JavaScript
编程语言HTML (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2018-10-05 06:13:43
推送于2018-10-05 07:23:50
最后一次提交2018-10-05 10:23:41
发布数0
用户参与
星数28
关注者数2
派生数27
提交数1
已启用问题?
问题数4
打开的问题数2
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?