Package Exports
- mojito
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mojito) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Yahoo! Mojito
Mojito is the JavaScript library implementing Cocktails, a JavaScript-based on-line/off-line, multi-device, hosted application platform.
Installation
via GitHub
$ git clone git://github.com/yahoo/mojito.git
$ cd mojito
$ npm install -g .
$ npm install .via npm
$ npm install -g mojitoQuick Start
Create an app and install local Mojito:
$ mojito create app hello
$ cd hello
$ npm install .Create a mojit:
$ mojito create mojit HelloMojitStart the server:
$ mojito startGo to URL:
http://localhost:8666/@HelloMojit/indexRun Unit Tests:
$ mojito test app .Generate documentation:
$ mojito docs app helloDocumentation
General
- Mojito Home Page - http://developer.yahoo.com/cocktails/mojito
- Mojito Docs Navigation - http://developer.yahoo.com/cocktails/mojito/docs/
- Mojito FAQ - http://developer.yahoo.com/cocktails/mojito/docs/faq/
- Mojito Introduction - http://developer.yahoo.com/cocktails/mojito/docs/intro/
- Mojito Getting Started - http://developer.yahoo.com/cocktails/mojito/docs/getting_started/
API Documentation
- Running the following command will generate API docs and locally save them to
./artifacts/docs/mojito/$ mojito docs mojito - View the Mojito API documentation on YDN: http://developer.yahoo.com/cocktails/mojito/api/
Discussion/Forums
http://developer.yahoo.com/forum/Yahoo-Mojito
Licensing and Contributions
Mojito is licensed under a BSD license. To contribute to the Mojito project, please see Contributing.
The Mojito project is a meritocratic, consensus-based community project which allows anyone to contribute and gain additional responsibilities.
Third-party libraries
Mojito includes the Mulib software available here:
