Understanding these vue ecosystem

  1. Vue Vue Router is the official route. It can quickly help you build the project a single page or multiple pages.

  2. Vuex is a specially developed for Vue.js application state management. It uses the status of all components centralized storage management application, and a corresponding state rules to ensure a predictable manner changed. It can solve the problem of communication between you and a lot of global state or components.

  3. Vue Loader is customized for vue file a webpack the loader, which allows you to compose Vue assembly in a single file format called components (SFCs) in. Thermal overload during development to hold, and so simulated scoped CSS function for each component. But in most cases you do not need to configure it directly, the scaffolding will help you a good package.

  1. Vue Test Utils is a unit testing tool provided by the official. It allows you to more easily write unit tests.

  2. Vue Dev-Tools Vue debugging tool in the browser. Vue necessary to write a browser plug-in, you can greatly improve the debugging efficiency.

  3. Vue CLI is a vue project scaffolding official, the project is also based on it were built. It helps you packing a lot of other configuration webpack, babel, so that you can spend less energy on building environment, so that it can focus more on writing code page. However, all of the scaffolding are for the most part, so some special needs or need to configure itself. It is recommended that you read the documentation again, there are some basic understanding of some configuration.

 

http://www.jellytoyboy.cn
http://www.royalemmy.cn
http://www.eminis.cn
http://www.liancans.cn
http://www.chunyus.cn
http://www.joefurai.cn
http://www.ferzige.cn
http://www.miccbeirn.cn
http://www.tangmufangs.cn
http://www.nalthai.cn
http://www.eternelle.cn
http://www.jessiejanes.cn

Guess you like

Origin www.cnblogs.com/zjhcap/p/11375383.html
Recommended