create-swc-uxp-app
v0.1.1
Published
Create SWC uxp apps with minimal build configuration.
Downloads
0
Maintainers
Readme
create-swc-uxp-app
This package includes the global command for to create a UXP-SWC app.
Prerequisites
- NodeJS >= 14.19.1
- UXP >= 7.2
Quick Start
Use the
create-swc-uxp-app
to create the boiler plate projectnpx create-swc-uxp-app <name-of-the-app> cd <name-of-the-app>
Install the dependancies
yarn install
Run the project using
yarn watch
oryarn build
yarn watch
Once you have the project structure ready, you can import the component in
index.js
and use it in theindex.html