- Vue.js 2 and Bootstrap 4 Web Development
- Olga Filipova
- 195字
- 2021-07-08 10:01:01
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: " Now run npm install
inside the newly created directory "
A block of code is set as follows:
//LandingPage.vue export default { components: { Logo, Authentication, GoToAppLink, Tagline } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
//LandingPage.vue
export default {
components: {
Logo,
Authentication,
GoToAppLink,
Tagline
}
}
Any command-line input or output is written as follows:
# npm install sass-loader node-sass --save-dev
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: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- SPSS數據挖掘與案例分析應用實踐
- Mastering Zabbix(Second Edition)
- Learning Cython Programming
- ASP.NET MVC4框架揭秘
- R語言經典實例(原書第2版)
- PostgreSQL Cookbook
- Learn Programming in Python with Cody Jackson
- Learning jQuery(Fourth Edition)
- Vue.js 2 Web Development Projects
- QGIS Python Programming Cookbook(Second Edition)
- Getting Started with Python and Raspberry Pi
- JavaScript動態網頁編程
- IDA Pro權威指南(第2版)
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- SwiftUI極簡開發