A Shopify CLI plugin for building themes with Liquid theme components.
The plugin-theme-component
repository is a foundational part of the Archetype Devkit preview.
You'll need to ensure you have the following installed on your local development machine:
- Latest version of Node.js and npm (or another package manager of your choice)
- Shopify CLI
Install the Shopify CLI plugin:
shopify plugins install plugin-theme-component
Interested in shaping the future of theme development with us? We welcome you to join our community! Your insights and discussions play a crucial role in our continuous improvement. We encourage you to start discussions, ask questions, and provide feedback on our component approach.
If you notice a bug, or want to contribute to the codebase, feel free to do so in the form of creating an issue or pull request.
If you already have the plugin installed via npm, you'll need to uninstall the plugin before being able to develop the plugin locally.
Once this is done, follow these steps to ensure the Shopify CLI is running the local version of the plugin:
git clone https://github.com/archetype-themes/plugin-theme-component.git
cd plugin-theme-component
npm i
shopify plugins link