-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I am curious about the naming conventions used in this boilerplate setup compared to what is generated by the Vue CLI. I realize a lot of this is a personal preference, but I would like to hear why these choices were made.
Regarding Vuex, this project uses state/store.js vs store/index.js.
This project uses kebab-case over PascalCase for component names.
Lastly, I see that there are components prefixed with an underscore. In other frameworks I have used, this indicates that the file is a partial. However, here they look to be full stand-alone components.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested