资源说明:A Soundcloud playlisting application built with Backbone, Backbone.Marionette, Backbone.localStorage, RequireJS, the Mocha test framework and Twitter Bootstrap all wrapped up with Yeoman
# Playlistr A [Soundcloud](http://www.soundcloud.com) playlisting application built with [Backbone](http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCIQFjAA&url=http%3A%2F%2Fbackbonejs.org%2F&ei=mW2aUNfLJcfRhAfW1YCoAQ&usg=AFQjCNEQiFXPSOG9TaqO8NIjr09_aBVI1w), [Backbone.Marionette](https://github.com/marionettejs/backbone.marionette), [Backbone.localStorage](https://github.com/jeromegn/Backbone.localStorage), [RequireJS](http://http://requirejs.org/), the [Mocha](http://visionmedia.github.com/mocha/) test framework and [Twitter Bootstrap](http://twitter.github.com/bootstrap/) for good looks, out-of-the-box. ## Usage The development environment and build process are handled by [Yeoman](http://yeoman.io). You will require Yeoman to exist on your system in order to develop or build Playlistr. To install Yeoman, open up a terminal and enter in the following: $ curl -L get.yeoman.io | bash This will check your system to see what's already installed. You'll need a few things to use Yeoman effectively like NodeJS, Compass, Grunt, and PhantomJS. This script will suggest how to handle installing these dependencies. [More descriptive yeoman install instructions](https://github.com/yeoman/yeoman/wiki/Manual-Install) are available as well. Note: Yeoman requires Node 0.8.x currently. ### Development To launch the local development environment, open up a terminal and enter in the following: $ yeoman server ### Build To build the production dist build, open up a terminal and enter in the following: $ yeoman build ### Test To run the Mocha test suite, open up a terminal and enter in the following: $ yeoman test ## Demo There is a web accesible demo available over here: [http://lit-cove-2242.herokuapp.com ](http://lit-cove-2242.herokuapp.com) ## Todo * Robust tests + fully passing test suite ## License Licensed under MIT license Copyright (c) 2012 Matt Richards Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。