7.2.2 • Published 6 months ago

@swc-uxp-wrappers/create-swc-uxp-app v7.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

create-swc-uxp-app

This package includes the global command for to create a UXP-SWC app.

Prerequisites

  1. NodeJS >= 14.19.1
  2. UXP >= 7.2
  3. Yarn package manager

Quick Start

  1. Use the create-swc-uxp-app to create the boiler plate project

    npx @swc-uxp-wrappers/create-swc-uxp-app <name-of-the-app>
    cd <name-of-the-app>
  2. Install the dependancies

    yarn install
  3. Install respective components from swc-uxp-wrapper library.

    yarn add @swc-uxp-wrappers/checkbox
  4. Run the project using yarn watch or yarn build

    yarn watch
  5. Once you have the project structure ready, you can import the component in index.js and use it in the index.html
7.2.2

6 months ago

7.2.1

6 months ago

0.1.2

6 months ago