Skip to content

Instantly share code, notes, and snippets.

View charlescabral's full-sized avatar
馃懟
Everything the light touchesIt's where I will roam

Charles Cabral charlescabral

馃懟
Everything the light touchesIt's where I will roam
View GitHub Profile

Instalando ambiente de desenvolvimento Magento 2 + Vue Storefront

1. Crie o reposit贸rio para comportar todas reposit贸rios

  cd ~/
  mkdir mappin2
  cd mappin2

Folder Structure

Motivations

  • Clear feature ownership
  • Module usage predictibility (refactoring, maintainence, you know what's shared, what's not, prevents accidental regressions, avoids huge directories of not-actually-reusable modules, etc)
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php
*/
$args = array(

Moving from jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})