My first docker image for vuejs
October 17, 2020

Development is getting easier and easier now. You can start developing by just using docker and pulling the development environment you want or need.
Developing with vue.js means that you have all the dependencies installed locally:
- git
- nodejs
- npm
- @vue/cli
- and many more
From now on, I just have to docker pull imhotepp/vuejs-devpc, have Visual Studio Code installed and I can start developing in under 1 minute. That's only for me, but nothing stops you to do the same for vue.js development.
Here is the docker link: hub.docker.com
Here is the github link : github.com
Happy coding,
@imhotepp!