How to debug
I apologize for asking such a general question, but I would like to contribute to this repository, and I am having trouble figuring out exactly how to do it.
Specifically, when I download the repository, how do I add it to my project? Do I use npm? Do I use ‘import’ statements? For example, I am trying to work on the textarea component, but there is no /dist folder in the repository. How do I create that from /src?
@mankowitz it depends on what build system you are using in your project.
If you were using babel as a transformer, you could use import statements,
otherwise you should use require instead.
There are some excellent official Vue boilerplates: https://github.com/vuejs-templates