create-swc-uxp-app
v0.1.1
Published
Create SWC uxp apps with minimal build configuration.
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-appto create the boiler plate projectnpx create-swc-uxp-app <name-of-the-app> cd <name-of-the-app>Install the dependancies
yarn installRun the project using
yarn watchoryarn buildyarn watchOnce you have the project structure ready, you can import the component in
index.jsand use it in theindex.html
