- Vue.js Quick Start Guide
- Ajdin Imsirovic
- 151字
- 2021-06-24 18:23:57
Basic Concepts of Vue 2
In this chapter, we will discuss data-driven views in Vue. We will also examine how DOM is manipulated with the help of directives. Next, we'll learn what components are and how to create them, and we'll cover concepts related to templates, methods, data, computed properties, and watchers.
All components have a life cycle, and we have special methods to access a component at certain points of its life. These methods are called lifecycle hooks, and we'll examine them in this chapter too.
In this chapter, we will learn about the following:
- Data-driven views in Vue
- Computed properties and methods and how to use them
- Understanding components, templates, and props
- Ways of building component templates in Vue
- Quickly prototyping websites with the help of Vue components and v-* directives
- Utilizing watchers in Vue
- The importance of lifecycle hooks and how to plug into this functionality in Vue
推薦閱讀
- 物聯網標準化指南
- 網絡云百問百答
- 廣電5G從入門到精通
- Modern JavaScript Web Development Cookbook
- RCNP實驗指南:構建高級的路由互聯網絡(BARI)
- MERN Quick Start Guide
- Getting Started with WebRTC
- Building RESTful Web Services with Spring 5(Second Edition)
- 雷達饋線技術
- 網絡安全應急響應技術實戰指南
- Getting Started with nopCommerce
- 網絡利他行為研究:積極心理學的視角
- 中國互聯網發展報告2021
- 計算機網絡技術
- Python API Development Fundamentals