-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Vue Style guide #3257
-
Hi everyone, I was looking for the Vue component style guide and noticed it seems to have been removed from the website—I can’t find it anymore. I did manage to locate it at this link: https://vuejs.org/style-guide/, but it says the guide is outdated. Is it still okay to use it?
Beta Was this translation helpful? Give feedback.
All reactions
I believe all of the existing rules are still valid and useful. The issue is new features from Vue 3, especailly Composition API, are not covered, so it is not complete. Thus the official stance is to keep Style Guide available, but hidden.
The status of the update process appears to be unknown - see #2030
Replies: 1 comment 1 reply
-
I believe all of the existing rules are still valid and useful. The issue is new features from Vue 3, especailly Composition API, are not covered, so it is not complete. Thus the official stance is to keep Style Guide available, but hidden.
The status of the update process appears to be unknown - see #2030
Beta Was this translation helpful? Give feedback.
All reactions
-
As far as I know, the Composition API is used more frequently than the Options API, and I agree that there are no strict rules for using the Composition API
Beta Was this translation helpful? Give feedback.