- 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.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- 演進式架構(原書第2版)
- Mastering Entity Framework Core 2.0
- Java EE 6 企業級應用開發教程
- Getting Started with PowerShell
- Node.js Design Patterns
- Creating Stunning Dashboards with QlikView
- HTML5秘籍(第2版)
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 智能手機故障檢測與維修從入門到精通
- Python Deep Learning
- Python Linux系統管理與自動化運維
- 基于MATLAB的控制系統仿真及應用
- HikariCP數據庫連接池實戰
- Android熱門應用開發詳解