← Back to repositories

Template

ci.cd/templates/vue

A minimal Vue 3 and Vite starter with separate Docker Compose flows for development and production-like builds.

Description

A minimal Vue 3 and Vite starter repository with separate Docker Compose workflows for local development and production-style builds.

What it solves

Frontend projects often repeat the same container, local runtime and production image setup before any application work can start.

What it provides

A compact Vue baseline with a mounted-source local development flow, a multi-stage production image build and a simple Nginx serving path for built assets.

What it is for

Use it when a Vue application should start from a small, Docker-ready baseline instead of rebuilding the same Vite and Compose setup from scratch.