docs/content/guides/vuejs
Kristiyan Velkov 4ba5ea0554
added a guide for Dockerized Vue.js application (#22776)
This PR delivers a Vue.js focused guide for containerizing applications
using Docker, aimed at streamlining development, testing, and deployment
workflows. It follows modern DevOps practices and includes a complete
CI/CD setup using GitHub Actions.

## What's Included

- Step-by-step Docker setup for Vue.js applications  
- Local development configuration using Docker Compose  
- Running unit tests (Vitest) inside Docker containers  
- CI/CD pipeline using GitHub Actions for automated builds and
deployments
- Deployment instructions for a local Kubernetes cluster to validate
production readiness
- [fix] for Angular develop docker file.

**Credits**
[**Kristiyan
Velkov**](https://www.linkedin.com/in/kristiyan-velkov-763130b3/),
Docker Captain and experienced Front-end Engineer

CC: @craig-osterhout, @igor-alexandrov, @ajeetraina
2025-08-04 09:09:27 -07:00
..
_index.md added a guide for Dockerized Vue.js application (#22776) 2025-08-04 09:09:27 -07:00
configure-github-actions.md added a guide for Dockerized Vue.js application (#22776) 2025-08-04 09:09:27 -07:00
containerize.md added a guide for Dockerized Vue.js application (#22776) 2025-08-04 09:09:27 -07:00
deploy.md added a guide for Dockerized Vue.js application (#22776) 2025-08-04 09:09:27 -07:00
develop.md added a guide for Dockerized Vue.js application (#22776) 2025-08-04 09:09:27 -07:00
run-tests.md added a guide for Dockerized Vue.js application (#22776) 2025-08-04 09:09:27 -07:00