@blackbaud/skyux-builder-plugin-stache-include
v1.0.0
Published
A SKY UX Builder plugin for Stache Include component
Downloads
68
Readme
Stache Include
This SKY UX Builder plugin takes HTML files and injects them where referenced in any template file in a SKY UX app. This plugin is intended to be used with Stache 2 Components.
Installation
npm install --save @blackbaud/skyux-builder-plugin-stache-includeUsage
Open skyuxconfig.json and add the following:
{
"plugins": [
"@blackbaud/skyux-builder-plugin-stache-include"
]
}