THE TOP 10 MAGENTO 2 CONCEPTS YOU NEED TO KNOW By Chris Nanninga Posted March 31, 2016 In Development, Magento, Magento Development 2 0 Are you a Magento developer who has yet to make the dive into Magento 2?...
Month: April 2016
magento 2, Non classé
Magento 2 Grunt watch
Installing and configuring Grunt Magento has built-in Grunt tasks configured, but there are still several prerequisite steps you need to take to be able to use it: Install node.js to any location on your machine. Install Grunt CLI tool globally....
Non classé
Create a theme Magento 2
Create a theme directory To create the directory for your theme: Go to <your Magento install dir>/app/design/frontend. Create a new directory named according to your vendor name: /app/design/frontend/<Vendor>. Under the vendor directory, create a directory named according to your theme....