vue-at icon indicating copy to clipboard operation
vue-at copied to clipboard

How to debug

Open mankowitz opened this issue 7 years ago • 1 comments

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 avatar Mar 15 '18 14:03 mankowitz

@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

fritx avatar Mar 25 '18 15:03 fritx