-
Suggested that the style of vuejs components in project can refer to this article:
https://github.com/pablohpsilva/vuejs-component-style-guide
-
https://vuejs.org/style-guide/rules-strongly-recommended.html#base-component-names
-
https://vuejs.org/style-guide/rules-recommended.html#component-instance-options-order
-
https://vuejs.org/style-guide/rules-strongly-recommended.html#tightly-coupled-component-names
-
https://vuejs.org/style-guide/rules-recommended.html#empty-lines-in-component-instance-options
-
https://vuejs.org/style-guide/rules-strongly-recommended.html#component-name-casing-in-templates
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I would like `.razor` files to be a…
-
There is a conflict in infinity-scroll and vuejs documentations.
It's said that I can hide default styles using v-slot on any elements but template ( https://github.com/PeachScript/vue-infinite-load…
-
# vue-parent-child-lifecycle-order
```js
Vue.config.productionTip = true;
// Vue.config.productionTip = false;
```
https://vuejs.org/v2/api/#productionTip
https://nuxtjs.org/api/configur…
-
Currently (and also the last months) I found only tedious knowledge about how to create a component library with VueJS. I found tons of articles that were either outdated or left out basic features.
…