- Vue.js 2 and Bootstrap 4 Web Development
- Olga Filipova
- 228字
- 2021-07-08 10:01:05
Chapter 2. Under the Hood – Tutorial Explained
In the previous chapter, we built a simple single-page application from scratch. We used Vue.js to implement the application's functionality, Bootstrap to make it beautiful, and Firebase to manage the backend part of the application.
In this chapter, we will get to know all these technologies in depth and see how and why they can work nicely together. We will mostly discuss Vue.js since this will be our number one framework to build our application. Then, we will touch on Bootstrap and Firebase to get a basic understanding of how powerful these technologies are. Having said that, in this chapter we will:
- Discuss the Vue.js framework, reactivity, and data binding. Not only will we cover Vue.js' basics, but we will also dig into topics such as directives, components, routing, and so on.
- Discuss the Bootstrap framework. We will see what is possible to achieve with it, discuss how it can be useful to lay out an application, and discuss how its components can enrich your application with useful self-contained functionality.
- Discuss the Firebase platform. We will see what it is, what functionalities it provides, and how to use its API to bring those functionalities to the application.
- Check how all the mentioned technologies can be combined together in order to achieve simplicity in the development of complex things.
推薦閱讀
- Visual C++程序設(shè)計(jì)學(xué)習(xí)筆記
- 復(fù)雜軟件設(shè)計(jì)之道:領(lǐng)域驅(qū)動(dòng)設(shè)計(jì)全面解析與實(shí)戰(zhàn)
- JavaScript高效圖形編程
- 簡單高效LATEX
- Selenium Design Patterns and Best Practices
- Python程序設(shè)計(jì)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- VMware虛擬化技術(shù)
- Python機(jī)器學(xué)習(xí)之金融風(fēng)險(xiǎn)管理
- Buildbox 2.x Game Development
- Get Your Hands Dirty on Clean Architecture
- 深入理解MySQL主從原理
- Splunk Developer's Guide(Second Edition)
- Visual Basic程序設(shè)計(jì)
- Alfresco for Administrators