Update Readme.md

This commit is contained in:
Vladimir Enchev
2016-05-19 09:54:58 +03:00
parent e616354833
commit 64d825c1cf

View File

@ -1,12 +1 @@
# Ani
```javascript
// put this in the bootstrap.js
var app = require("application");
var frameModule = require("ui/frame");
app.onLaunch = function(context) {
var frame = new frameModule.Frame();
frame.navigate("testPage");
}
```
Contains the application abstraction with all related methods.