DEV Community

Discussion on: An introduction to Vue.js - Chapter 1 - Basic Setup

 
neradev profile image
Moritz Schramm

Now I got your point. That is an issue that could come up at some point in the future. I agree to your argumentation but not completely that you should not use the Webpack ecosystem to write your code. I like writing code within that ecosystem and I would have no problem with adapting the code when my ecosystem changes.

But I really respect your arguments against using Webpack.

Thanks for that great sharing :)

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

you should not use the Webpack ecosystem

Well, it's not even that, actually. Webpack is fine as long as I don't bind my code to it 🙃

Thread Thread
 
neradev profile image
Moritz Schramm

Yeah I don't have a problem with that but of course some people would say it is a huge pain point. I think I found a setup with browserify. I will try it out within the next day and will give it an additional chapter.

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

That would be great!