- 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.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Node.js+Webpack開發實戰
- Cocos2D-X權威指南(第2版)
- C語言程序設計案例教程(第2版)
- Building a RESTful Web Service with Spring
- 看透JavaScript:原理、方法與實踐
- CouchDB and PHP Web Development Beginner’s Guide
- Scala程序員面試算法寶典
- BIM概論及Revit精講
- Node.js全程實例
- Java面向對象程序設計
- Web前端應用開發技術
- 開源項目成功之道
- C++ Fundamentals
- 零代碼實戰:企業級應用搭建與案例詳解