- Docker
- Docker Compose
- Git
- VueJS
$ docker-compose -f compose/development.yml run -d --rm --name <name> --service-ports app- Change
nameinto what you want to call your container. - Update
development.ymlif there's conflicting with the ports.
Run the make command
- vue - Create production bundle of vue files
- vue_dev - Create development bundle of vue files
example: make vue or make vue_dev