vuejs-component-style-guide icon indicating copy to clipboard operation
vuejs-component-style-guide copied to clipboard

Vue.js Component Style Guide

Results 6 vuejs-component-style-guide issues
Sort by recently updated
recently updated
newest added

Very good the guide. I would like to know your opinions about `/deep/ selector`. It turns out that the father needs a change in the child only in the visual....

谨慎使用 this.$refs标题下第一段第二排:在使用的的时候,多了一个的

https://github.com/pablohpsilva/vuejs-component-style-guide#why-6 > Again, grouping makes the component easier to read (name; extends; props, data and computed; components; watch and methods; lifecycle methods, etc.); ```js export default { // Do not...

I developed this template https://github.com/InCuca/vue-standalone-component/ using my experience with Polymer components: paper, iron, etc. In this template I tried to create a standalone component using https://github.com/vue-styleguidist/vue-styleguidist, the next step is...

A section showing best practice application structure. I'll setup a pull request if you think its a good idea 😄 . | ── build/ # exported app files | |---...

enhancement

Have you considered creating a basic example application which uses all these various "rules" and "guides"

enhancement