FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-dev-webpack/demo/JavaScriptApp/app/app.js at master · NativeScript/nativescript-dev-webpack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
NativeScript
/
nativescript-dev-webpack
Public archive
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
40
Star
97
Code
Issues
82
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
nativescript-dev-webpack
/
demo
/
JavaScriptApp
/
app
/
app.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 431 Bytes
Breadcrumbs
nativescript-dev-webpack
/
demo
/
JavaScriptApp
/
app
/
app.js
Copy path
File metadata and controls
14 lines (11 loc) · 431 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
In NativeScript, the app.js file is the entry point to your application.
You can use this file to perform app-level initialization, but the primary
purpose of the file is to pass control to the app’s first module.
*/
var
application
=
require
(
"tns-core-modules/application"
)
;
application
.
run
(
{
moduleName
:
"app-root"
}
)
;
/*
Do not place any code after the application has been started as it will not
be executed on iOS.
*/
Back
|
FazBrowse Home
|
New Git URL