- 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."
- Mobile-first Bootstrap
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- 嵌入式應用程序設計綜合教程(微課版)
- Ubuntu Linux操作系統
- 構建可擴展分布式系統:方法與實踐
- 異質結原理與器件
- 8051軟核處理器設計實戰
- Microsoft Operations Management Suite Cookbook
- Linux內核觀測技術BPF
- OpenStack系統架構設計實戰
- 計算機系統的自主設計
- Learning Continuous Integration with Jenkins(Second Edition)
- Office 365 User Guide
- CSS揭秘