- 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.
- Visual Basic程序開發(學習筆記)
- JavaScript:Functional Programming for JavaScript Developers
- Web Application Development with R Using Shiny(Second Edition)
- Reactive Programming With Java 9
- FFmpeg入門詳解:音視頻原理及應用
- 精通MATLAB(第3版)
- Java 從入門到項目實踐(超值版)
- 從Power BI到Analysis Services:企業級數據分析實戰
- Application Development with Parse using iOS SDK
- SEO教程:搜索引擎優化入門與進階(第3版)
- iOS Development with Xamarin Cookbook
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- Netty 4核心原理與手寫RPC框架實戰
- 亮劍C#項目開發案例導航
- C#程序開發教程