Skip to content

WeareJH/m2-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

633191e · May 16, 2018

History

97 Commits
Apr 22, 2018
May 15, 2018
Apr 21, 2018
May 16, 2018
May 15, 2018
Mar 10, 2018
Apr 21, 2018
Mar 13, 2018
Apr 21, 2018
May 15, 2018
Apr 21, 2018
Mar 26, 2018
Apr 21, 2018
Mar 26, 2018
Apr 21, 2018
Apr 21, 2018
Mar 25, 2018
Apr 21, 2018
Apr 21, 2018

Repository files navigation

M2 Dev Tools Build Status

About

This is a chrome extension that provides the user with a tree-view of the container/block structure of any page in a Magento 2 website

Usage

Development

Run the following command to launch a version of the Chrome Extension in a regular browser window.

# install dependencies
yarn

# start the development server
yarn start

Crossbow tasks

The following tasks have been defined by this project's Crossbow configuration. Run any of them in the following way

$ crossbow run <taskname>
Task name Description
test
Alias for:
- build-all
- mocha
- cypress
mocha
Alias for:
- @npm mocha -r ts-node/register tests/**
cypress
Alias for:
- cypress/setup/run.js
cypress-open
Alias for:
- @npm cypress open --env TEST_URL=http://localhost:8080/plain.html
build-all
Build all shells.
webpack
Alias for:
- @npm webpack
start
Run the application in a regular Browser window with sample data + cypress
app-watch
Alias for:
- @npm webpack-dev-server --inline
lc
Alias for:
- @sh /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --auto-open-devtools-for-tabs https://gg.m2
clean
Alias for:
- @sh rm -rf shells/chrome/dist/**

About

Chrome Extension for Magento 2 Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published