@pnp/generator-spfx
This is an open-source extension for native out of the box SPFx generator to introduce additional scaffolding support for Angular Elements, VueJS, Handlebars and many more in future. This generator has a dependency on native SPFx generator from Microsoft.
Work is in progress and we'll absolutely accept contributions after the initial version is available.
Current Supported Frameworks and Add-ons
Add-on
The following add-on are supported:
Frameworks
The following frameworks are supported:
Usage
Install the generator:
npm install -g @pnp/generator-spfx
To start your first project using this generator:
yo @pnp/spfx
We will guide you through the your project creation.
Installation for Development
The PnP Community generator is currently only available through the following method.
git clone https://github.com/pnp/generator-spfx.git
Install all required packages:
npm install
Start coding ...
More details on our documentation
Sharing is caring!