1.0.0 • Published 7 years ago

@blackbaud/skyux-builder-plugin-stache-json-data v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Stache JSON Data Plugin

npm status

This SKY UX Builder plugin takes json files and adds them to a data service to be consumed by components. This plugin is intended to be used with Stache 2 Components.

Installation

npm install --save @blackbaud/skyux-builder-plugin-stache-json-data

Usage

Open skyuxconfig.json and add the following:

{
  "plugins": [
    "@blackbaud/skyux-builder-plugin-stache-json-data"
  ]
}