- Getting Started with NativeScript
- Nathanael J. Anderson
- 178字
- 2021-07-23 14:36:20
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "which a require
statement would load into your code."
A block of code is set as follows:
{ "name": "tns-template-hello-world", "main": "app.js", "version": "1.5.0", ... more json documentation fields... }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{
"nativescript": {
"id": "org.nativescript.crossCommunicator",
"tns-android": {
"version": "1.5.0"
},
Any command-line input is written as follows:
nativescript run ios --emulator
New terms and important words are shown in bold or italics. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "You can probably guess that the Label will still say Tap the button."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 零基礎(chǔ)學(xué)單片機(jī)C語(yǔ)言程序設(shè)計(jì)
- C語(yǔ)言程序設(shè)計(jì)
- Solr Cookbook(Third Edition)
- Python Essentials
- Vue.js應(yīng)用測(cè)試
- Nagios Core Administration Cookbook(Second Edition)
- iOS開發(fā)項(xiàng)目化入門教程
- 奔跑吧 Linux內(nèi)核
- JavaScript Concurrency
- Kotlin語(yǔ)言實(shí)例精解
- Clojure for Finance
- 計(jì)算機(jī)常用算法與程序設(shè)計(jì)教程(第2版)
- HTML5程序開發(fā)范例寶典