npm install --save jspa
var Entity = require('jspa').Entity
import { Entity } from 'jspa'
define(['jspa'], function(jspa){
var Entity = jspa.Entity
});
<script src="https://cdn.rawgit.com/download/jspa/0.0.1/jspa.min.js"></script>
<script>
var Entity = jspa.Entity
</script>
import { Entity } from 'jspa'
@Entity
class Message {
// ...
}
Add an issue in this project's issue tracker to let me know of any problems you find, or questions you may have.
Copyright 2017 by Stijn de Witt. Some rights reserved.
Licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0) Open Source license.