Questions and discussions about using the Shopify CLI and Shopify-built libraries.
I am a php developer and I have to use Shopify App Bridge however, it seems to be npm must be installed to use app bridge. I have never used npm and I will not use it !
I dont have to install npm on my server. I dont hate work with npm but
Why Shopify forces developers to use it!
Hi Aljazari,
You can use an npm CDN to include App Bridge as a script tag:
<script src="https://unpkg.com/@shopify/app-bridge"></script>
<script>
var AppBridge = window['app-bridge'];
var actions = window['app-bridge'].actions;
</script>
See the docs for more info: https://shopify.dev/tools/app-bridge/getting-started#set-up-shopify-app-bridge-in-your-app
Trish | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog