stbutler11 / generator-design-studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Circle CI

This is a Yeoman generator for Design Studio SDK components.

Setup

  1. Install node
  2. Install Yeoman globally
    • npm install -g yo
  3. Install bower globally
  • npm install -g bower
  1. Install grunt globally
  • npm install -g grunt-cli
  1. Install generator-design-studio globally
    • npm install -g generator-design-studio
  2. Create a folder in which you wish to place the SDK Design Studio Generator
  3. Run yo design-studio in the folder where the SDK Generator has been placed

Previewing the component

Run grunt serve to start browser and edit the properties of the SDK component

Creating the SDK component zip file

Run grunt dist to create a zip file in the dist folder that can be imported into design studio

About


Languages

Language:JavaScript 64.4%Language:HTML 27.9%Language:CSS 7.7%