0.1.0-alpha.3 • Published 2 years ago
@unshopable/melter-plugin-liquidx v0.1.0-alpha.3
melter-plugin-liquidx
This plugin makes it super easy to get started with LiquidX in your next Shopify theme project with melter.
Table of Contents
Getting started
Prerequisites
Installation
First, run:
npm install --save-dev @unshopable/melter-plugin-liquidx
Then update (or create) your melter config:
const { LiquidXPlugin } = require('@unshopable/melter-plugin-liquidx');
/** @type {import("@unshopable/melter").MelterConfig} */
const melterConfig = {
plugins: [new LiquidXPlugin()],
};
module.exports = melterConfig;
And that's it. Head over to the LiquidX documentation for more information on its features.
Contributing
TODO