This project is a containerized development environment for the Vue.js documentation page. It utilizes Docker and Docker Compose to facilitate easy setup and deployment.
This repository contains the Docker setup for the Vue.js documentation page. The application runs in a fully automated, containerized environment, allowing developers to customize and contribute easily.
- Clone the Repository:
Use the following command to clone the repository from GitHub:
git clone https://github.com/Bungic/VuejsDockerProject.git cd VuejsDockerProject - Run the Setup Script
Execute the
setup.shscript to build and launch the Docker containers:sudo ./setup.sh
- Access the Application
Once the containers are up and running, you can access your Vue.js application at:
https://localhost/
- Stopping the Application
To stop the application and its containers, run the
stop.shscript:sudo ./stop.sh