- 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."
- Linux Mint Essentials
- UNIX操作系統設計
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- BPEL and Java Cookbook
- SOA實踐者說
- Instant Handlebars.js
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- 玩到極致 iPhone 4S完全攻略
- Linux Shell編程從入門到精通(第2版)
- 混沌工程:復雜系統韌性實現之道
- Mobile First Design with HTML5 and CSS3
- ElasticSearch Cookbook
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Linux網絡配置與安全管理
- Learn SwiftUI