Skip to content

A melter plugin which renders LiquidX to Liquid

License

Notifications You must be signed in to change notification settings

unshopable/melter-plugin-liquidx

Repository files navigation

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

License

MIT