- 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.
- Getting Started with Citrix XenApp? 7.6
- Django+Vue.js商城項目實戰
- JSP網絡編程(學習筆記)
- 技術領導力:程序員如何才能帶團隊
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Java應用開發技術實例教程
- 零基礎輕松學SQL Server 2016
- Go并發編程實戰
- Android玩家必備
- Python趣味編程與精彩實例
- STM8實戰
- Appcelerator Titanium:Patterns and Best Practices
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Getting Started with the Lazarus IDE
- Python深度學習入門:從零構建CNN和RNN