0.0.2 • Published 3 years ago

vite-plugin-shopify-shell v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.