0.1.1 • Published 7 months ago

create-swc-uxp-app v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

Quick Start

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

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

    yarn install
  3. Run the project using yarn watch or yarn build

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

7 months ago

0.1.0

7 months ago