- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- 解構產品經理:互聯網產品策劃入門寶典
- 零起步玩轉掌控板與Mind+
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Learning Linux Binary Analysis
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Mastering Google App Engine
- 用戶體驗增長:數字化·智能化·綠色化
- QGIS By Example
- 軟件測試實用教程
- Learning Modular Java Programming
- Python自然語言理解:自然語言理解系統開發與應用實戰
- PHP項目開發全程實錄(第4版)
- Java EE輕量級解決方案:S2SH
- 城市信息模型平臺頂層設計與實踐