Title here
Summary here
.
βββ Gruntfile.js : the javascript task runner definition file
βββ README.md : a getting started guide
βββ app.config.json : the application configuration file
βββ app_android : native shell application for Android
βββ app_qt : native shell application for QT
βββ app_tvos : native shell application for TVOS
βββ app_xbox : native shell application for XBOX
βββ i18n : folder conataining translation files
β βββ LocaleStringEnUS.json : json file containing the i18n keys (as many files as supported languages)
βββ images : all the images used into the application
βββ modules : folder containing modules of the application
β βββ myModule
β βββ package.json
β βββ scripts
βββ profiles : folder containing all profiles
βββ scripts : jasvacript source files
β βββ app
βββ styles
β βββ fonts : folder containing the fonts to be used
βββ templates : source file that are templated
β βββ android.js.tpl
β βββ appinfo.json.tpl
β βββ index.html.tpl
β βββ index.js.tpl
β βββ loader.qml.tpl
β βββ main.qml.tpl
β βββ manifest.json.tpl
β βββ remoteHttpIndex.html.tpl
β βββ tizen.xml.tpl
β βββ tvos.js.tpl
β βββ unix.js.tpl
β βββ xbox.js.tpl
βββ tests : tests suites
β βββ automation : functional tests
β βββ unit : unit tests
βββ vendors : folder containing all vendors
βββ myVendors
βββ package.json
βββ scripts
The following are generated files and should never be committed :
.
βββ dist : the packaged application, ready to be deployed
βββ generated : files/directories generated for the local serve
βββ node_modules : all the project dependencies (installed with npm install)
βββ doc
βββ report : reports for tests and coverage