My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Why shouldn't I use Docker for vue-cli dev?

Default profile photo
Anonymous
·Nov 1, 2019

I've heard/been told that using docker for development of a vuejs project is not correct use. I'm just confused as to why this would be the case.

The project uses vue-cli and I have multiple devs working on this and it needs to seemlessly work in different environments. (dev, test, staging, production).

It is only 1 part of 3 though. We also have a laravel backend with a CMS and we wanna containerise those too.

we're thinking either bundle all 3 components together or have them as microservices but im unsure as to why the vue/frontend would need containerising.

Any help would be greatly appreciated.