- Vue.js 2 Web Development Projects
- Guillaume Chau
- 151字
- 2021-07-02 22:34:31
The almighty components
Components are the building blocks that will compose our app--it's the central concept of the Vue apps. They are small parts of the view, and they should be relatively small, reusable, and as self-sufficient as possible--structuring an app with components will then help maintain and evolve it, especially if it becomes large. In fact, this is becoming the standard method for creating huge web apps in an efficient and manageable way.
In concrete terms, your app will be a giant tree of smaller components:

For example, your app could have a form component, which could contain several input components and button components. Each one would be a very specific part of the UI, and they would be reusable all across the app. Being quite small in scope, they would be easy to understand and reason about, and thus easier to maintain (issue fixing) or to evolve.
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- 深入淺出Spring Boot 2.x
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 小程序開發原理與實戰
- 數據結構案例教程(C/C++版)
- Teaching with Google Classroom
- RESTful Java Web Services(Second Edition)
- 智能搜索和推薦系統:原理、算法與應用
- Internet of Things with ESP8266
- Swift 4從零到精通iOS開發
- Clojure for Java Developers
- Java并發編程之美
- App Inventor 2 Essentials
- Mudbox 2013 Cookbook
- Practical Predictive Analytics