Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magespecialist/m2-MSP_DevTools

MageSpecialist DevTools for Magento2
https://github.com/magespecialist/m2-MSP_DevTools

hacktoberfest

Last synced: about 1 month ago
JSON representation

MageSpecialist DevTools for Magento2

Awesome Lists containing this project

README

        

# MageSpecialist DevTools for Magento 2

This module is intended to be used with **MageSpecialist Chrome Toolbar**.

Readme and installation guide can be found here: https://github.com/magespecialist/mage-chrome-toolbar

> This module is also available for **Magento 1**: https://github.com/magespecialist/m1-MSP_DevTools/

## Installing on Magento 2:
Please refer to this page: https://github.com/magespecialist/mage-chrome-toolbar#installing-on-magento-2

## Some screenshot

#### Theme, Controller and Global information:

#### Blocks / Containers information:

#### uiComponents information:

#### Profiler information:

#### Inspector integration

# Known Issue

When using [axios](https://github.com/axios/axios]) always set

`headers: {'X-Requested-With': 'XMLHttpRequest'}`

in your request config to avoid to avoid to obtain json with appended `` tag as described in [Issue #33](https://github.com/magespecialist/m2-MSP_DevTools/issues/33)