Skip to content

Template for running Vue inside of a container.

Notifications You must be signed in to change notification settings

aminnairi/vue-docker-template

Repository files navigation

vue-docker-template

Template for running Vue inside of a container.

Requirements

Environment Configuration

cp .env.example .env

Please, take some time reviewing the configuration of the project by editing the .env file before going any further.

Docker Compose Services Startup

docker-compose up --detach

Production Build

docker-compose exec node npm run build

Docker Compose Services Shutdown

docker-compose down --remove-orphans --volumes --timeout 0

Documentation

About

Template for running Vue inside of a container.

Resources

Stars

Watchers

Forks