SproutCore UI is the next generation User Interface layer built specifically for SproutCore 2.0. It provides a standardized set of components which can be used to build a consistent user experience that scales to different form factors.
Install Bundler via gem install bundler
Run bundle install
to pull in Ruby dependencies.
gem install spade -v 0.1.1.1
To run the development server: spade update && spade preview
Visit http://localhost:4020/tests.html?package=sproutcore-ui in your browser of choice.
Install Bundler via gem install bundler
Run bundle install
to pull in Ruby dependencies.
Run bundle exec rake
to build SproutCore UI. The build will be placed in the dist directory.