@microsoft/power-apps
v1.0.4
Published
Power Apps SDK
Readme
Power Apps client library for code apps
The Power Apps client library for code apps allows users to bring Power Apps capabilities into their custom web apps built in a code-first IDE. You can develop your apps locally and run them in Power Platform. Build with popular frameworks (React, Vue, and others) while keeping full control over your UI and logic. This client library provides the following key features:
- Access to Power Platform data sources and 1,500+ connectors, callable directly from JavaScript.
- Access to the app, user and host context.
- Access to more granular logs and custom events for app performance.
Installation
npm install @microsoft/power-appsUsage
Power Apps code apps official documentation.
