- Advanced TypeScript Programming Projects
- Peter O'Hanlon
- 193字
- 2021-06-24 13:27:04
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The following tsconfig.json file is used".
A block of code is set as follows:
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"sourceMap": true,
"outDir": "./script",
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"sourceMap": true,
"outDir": "./script",
}
}
Any command-line input or output is written as follows:
npx create-react-app chapter03 --scripts-version=react-scripts-ts
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Typically, Angular is used to create Single-Page Applications (SPAs), whereby small sections of the client are updated rather than having to reload the whole page when a navigation event happens."
- 每天5分鐘玩轉Kubernetes
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Windows Server 2012 Hyper-V Cookbook
- Application Development in iOS 7
- 計算機系統的自主設計
- INSTANT Galleria Howto
- Windows 7使用詳解(修訂版)
- Heroku Cloud Application Development
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Serverless Architectures with Kubernetes
- 鴻蒙HarmonyOS應用開發從入門到精通
- Getting Started with Citrix XenApp 6.5
- 計算機操作系統(第3版)(微課版)
- Microsoft Azure Administrator:Exam Guide AZ-103
- Linux應用大全 服務器架設