mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Update Readme.md
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user