@pixel2html/generator-shopify
v3.2.10
Published
Scaffold and develop shopify themes quickly
Downloads
25
Readme
Pixel2HTML Shopify Skeleton Generator
This is a tool for scaffolding Shopify themes quickly. Built as a starting point like Slate but with more flexibility in mind.
Brought to you by ~>
Instructions
$ npm i -g yo @pixel2html/generator-shopify
$ yo @pixel2html/shopify
Features
- Sourcemaps :fire:
- JS with Webpack and ES6 (Just require your problems away)
- Split vendor and app code (both JS and SCSS)
- Remove unused css rules on production
- SVG System
- Shopify Plus in mind (Checkout layouts)
- Sensible starting points (all in blank but already wired up)
- Based of Gulp 4
- Live reloading with Browser Sync
- Zip everything in the end
Coming soon...
- Ajax cart by default (clients love that)
- How to account for yolo clients 🤔... (aka hot changes on the admin area...)