- 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.
推薦閱讀
- Mastering Ext JS(Second Edition)
- 基于粒計算模型的圖像處理
- ThinkPHP 5實戰
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Mastering Kali Linux for Web Penetration Testing
- 量化金融R語言高級教程
- Oracle 18c 必須掌握的新特性:管理與實戰
- 基于Struts、Hibernate、Spring架構的Web應用開發
- PySide 6/PyQt 6快速開發與實戰
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Windows Embedded CE 6.0程序設計實戰
- Odoo 10 Implementation Cookbook
- QPanda量子計算編程
- Oracle實用教程
- Kotlin進階實戰