npm install zoro-kit-vue- guide/transitions
- guide/comparison
- http://www.w3.org/wiki/WebComponents/
- https://github.com/w3c/webcomponents/blob/gh-pages/proposals/Slots-Proposal.md and is attribute
- MVVM https://en.wikipedia.org/wiki/Model_View_ViewModel
- use functional components to reuse template pieces
- XSS https://en.wikipedia.org/wiki/Cross-site_scripting
- SPA https://en.wikipedia.org/wiki/Single-page_application
- shorthand, v-bind:attribute -> :attribute, v-on:click -> @click
- declarative imperative
- event modifiers: stop, prevent, capture, self
- key modifiers
- special tags like
- http://www.w3.org/TR/custom-elements/#concepts
- To register a global component, you can use Vue.component(tagName, options).
- You don’t have to register every component globally. You can make a component available only in the scope of another instance/component by registering it with the components instance option.
- The same encapsulation applies for other registerable Vue features, such as directives.
- option data and el must be functions.
-