- Vue.js 2.x by Example
- Mike Street
- 147字
- 2021-07-02 20:00:22
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Just assign the names of the layers you want to activate to the VK_INSTANCE_LAYERS environment variable."
A block of code is set as follows:
<p id="app">
{{ calculateSalesTax(shirtPrice) }}
</p>
Any command-line input or output is written as follows:
app.salesTax = 20
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Select System info from the Administration panel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- R語言經典實例(原書第2版)
- 基于Java技術的Web應用開發(fā)
- The React Workshop
- 差分進化算法及其高維多目標優(yōu)化應用
- 利用Python進行數(shù)據(jù)分析(原書第3版)
- 自然語言處理Python進階
- Learning DHTMLX Suite UI
- Python編程從0到1(視頻教學版)
- 編程與類型系統(tǒng)
- Mobile Device Exploitation Cookbook
- Canvas Cookbook
- Beginning C# 7 Hands-On:The Core Language
- HTML5程序設計基礎教程
- Django 3 Web Development Cookbook
- Tkinter GUI Application Development Blueprints