Vue component code style standard
Created by: jetfuel
We currently have clang format pre-commit hook to check Python and C++ code format. Vue files aren't checked at the moment. This results many different formats and indentation in the Vue files. This is a problem that we should address.
ESLint has this demo showing how it can help us to format the code. This tool can be useful. I suggest that we install this to our pre-commit.