Provide some standard conventions that help consistency, more readable code
Should be lowercase for directory
- Vue Component file name should be Pascal
- Others should be lowercase file name
- No using snake-case
- private should be camelCase
- public should be Pascal
- constants should be UPPER_CASE