README
@skyux-sdk/builder-plugin-skyux
This plugin extends the functionality of SKY UX Builder to enhance SKY UX component libraries.
Installation
- Run
npm install --save-dev --save-exact @skyux-sdk/builder-plugin-skyux
. - Add it to your
skyuxconfig.json
file'splugins
array:
{
"plugins": [
"@skyux-sdk/builder-plugin-skyux"
]
}