Socket
Socket
Sign inDemoInstall

@shopify/admin-ui-extensions-run

Package Overview
Dependencies
852
Maintainers
19
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @shopify/admin-ui-extensions-run

CLI commands to help with developing with Admin UI extensions


Version published
Weekly downloads
11
decreased by-21.43%
Maintainers
19
Created
Weekly downloads
 

Readme

Source

Admin UI Extensions Run

The Admin UI Extensions Run allows you to build and preview Admin UI Extensions. This tool is intended to help partners test Admin UI Extensions before publishing to Shopify. It comes packaged with Shopify CLI, so when you create an extension using Shopify CLI's shopify create extension command, your project will automatically consume this package.

Start using this tool in one of two ways:

  1. Create an extension with Shopify CLI
    Shopify CLI clones admin-ui-extensions-template repo, which consumes this package to build and serve Admin UI Extensions it generates
  2. Manually clone the admin-ui-extensions-template
    Bypass Shopify CLI and follow the set up steps in the README from admin-ui-extensions-template

How to use

When consumed in a project, the command admin-ui-extensions-run becomes available to the project. The command can be used to build and serve Admin UI Extensions.

To use this package in an UI Extension project, run:

npm install @shopify/admin-ui-extensions-run

or

yarn add @shopify/admin-ui-extensions-run

See usage details in the API docs.

Local development of this tool

To make and preview changes from ./src, run a local server from this project using:

yarn server

FAQs

Last updated on 28 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc