- Progressive Web Application Development by Example
- Chris Love
- 136字
- 2021-08-05 10:33:12
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
function renderResults(results) {
var template = document.getElementById("search-results-
template"),
searchResults = document.querySelector('.search-results');
Any command-line input or output is written as follows:
npm install -g pwabuilder
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: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Building RESTful Web Services with Spring 5(Second Edition)
- 物聯網安全技術
- Metasploit Penetration Testing Cookbook
- Bonita Open Solution 5.x Essentials
- 紅藍攻防:構建實戰化網絡安全防御體系
- Android UI Design
- 互聯網+思維與創新:通往未來的+號
- 深入理解OpenStack Neutron
- Microsoft Power Platform Enterprise Architecture
- 一本書讀懂物聯網
- 現代通信系統(第5版)
- 一本書讀懂TCP/IP
- 互聯網安全的40個智慧洞見(2016)
- Guide to NoSQL with Azure Cosmos DB