[[oktatas:telefon:nativescript|< NativeScript]] ====== NativeScript - template-hello-world-ts ====== * **Szerző:** Sallai András * Copyright (c) Sallai András, 2023 * Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]] * Web: https://szit.hu ===== Indulás ===== ns create HelloWorld --template @nativescript/template-hello-world-ts ===== Könyvtárszerkezet ===== app01/ |-app/ | |-app-root.xml | |-app.css | |-app.ts | |-main-pages.ts | |-main-pages.xml | `-man-view-model.ts |-App_Resources/ |-hooks/ |-node_modules/ |-platforms/ |-.editorconfig |-.gitignore |-nativescript.config.ts |-package-lock.json |-package.json |-references.d.ts |-tsconfig.json `-webpack.config.js ===== A főlap =====