vite-plugin-shopify-shell

0.0.2 • Public • Published

Vite Shopify Shell (WIP)

This is a plugin for vite going to be used for building shopify themes.

import shopify from 'vite-plugin-shopify-shell'

export default defineConfig({
  plugins: [
    shopify({
      shopifyPass_var: 'SHOPIFY_PASSWORD',
      shopifyStore_var: 'SHOPIFY_STORE',
      devFolder_url: 'src/shopify',
    }),
  ],
})

The above variables relate directly to your .env file variables.

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-shopify-shell

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

9.84 kB

Total Files

7

Last publish

Collaborators

  • viculav