fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

How to debug #48

Open mankowitz opened 6 years ago

mankowitz commented 6 years ago

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?

fritx commented 6 years ago

@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