Primno is a modern client-side framework for building JavaScript customizations for Model-Driven Apps of Power Apps and Dynamics 365 that provides:
- A developer tool to build, develop and deploy your javascript web-resources to Power Apps / Dynamics 365.
- A component-based architecture framework for building scalable javascript code.
Primno is in beta stage and subject to change.
The full documentation can be found on https://primno.io.
Install Primno CLI:
npm install -g @primno/cli
Create a new project:
mn new my-project
Package | NPM | Description |
---|---|---|
@primno/core | Core functionality of Primno (dependency injection, events, components) |