Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.46 KB

p8js Build Status

plus8.ch js framework

Getting Started

Download the production version or the development version.

In your web page:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="../libs/emberjs/handlebars-1.0.rc.1.js"></script>
<script src="../libs/emberjs/ember-1.0.beta.2.js"></script>
<script>
  MYNS.PersonModel = P8DS.Model.extend({
    properties : [ 'id', 'name', 'lastname', 'date']
  });
</script>

Documentation

(Coming soon)

Examples

Will be provided soon. In the meantime use the test sources located at https://github.com/claudiocro/p8emberjs/tree/master/test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!

Release History

  • 2012/10/28 - v0.5.3 - Introduce Apache license 2.0

License

Copyright (c) 2012 Claudio Romano
Licensed under the Apache License, Version 2.0.