UNPKG

@pnp/generator-spfx

Version:

This Yeoman generator helps organisations to improve their development workflow with the SharePoint Framework. It extends the functionalities of the @microsoft/generator-sharepoint based on best pattern and practices. This generator extends the capabiliti

9 lines (8 loc) 225 B
/** * Class-component */ import styles from '../<%= componentClassName %>.module.scss'; export class <%= componentName %> { private styles = styles; public message:string = "Hello from Aurelia <%= componentName %>"; }