Christian Bosdorf
Christian Bosdorf
Hi @Nonameentered, thank you very much for pointing out these issues! I too have just started front-end development, so I really appreciate someone peer-reviewing my changes. > If we switch...
> Not sure how to/if it's possible to suggest these changes since it wasn't already edited in the PR. I think one way could be to do a Pull Request...
Ah yes, I've been meaning to address this issue, but hadn't found time to do so yet. Naming conventions in JavaScript mostly require `camelCase` variables, whereas in Python we like...
I think vue-cli deliberately uses `~` for the plugins it manages.
I think vue-cli wants you to use `vue upgrade` to upgrade its plugins because those upgrades might involve some changes that need the users attention. The safest approach I think...