Vue 3

Get started developing with Vue and Vite today!

Deploy Vue 3

Vue 3

railwayapp-templates/vue-starter

Just deployed

Vue 3 + TypeScript + Vite + Caddy

This template should help get you started developing with Vue and TypeScript in Vite. The template uses Vue 3 With TypeScript.

✨ Features

  • Vue 3 + TypeScript + Vite + Caddy
  • Caddy v2

💁‍♀️ Local Development

  • Install required dependencies with npm install
  • Start the server for local development npm run dev
  • Navigate to `http://localhost:5173/. The application will automatically reload if you change any of the source files.

❓ Why use Caddy when deploying to Railway?

Caddy is a powerful, enterprise-ready, open source web server, and therefore Caddy is far better suited to serve websites than Vite is, using Caddy will result in much less memory and cpu usage compared to serving with Vite (much lower running costs too)

To see how this is achieved with nixpacks, check out the fully documented nixpacks.toml file in this repository

The configuration for Caddy is called a Caddyfile, and you can edit that file to further suite your needs, by default it comes configured to serve a single page app for Vue 3, and to also gzip the responses

Relevant Caddy documentation:


Template Content

More templates in this category

View Template

mellow-vue

A full-stack Vue app with The Boring JavaScript Stack.


View Template

Sveltekit NestJS

Full-stack with SvelteKit + NestJS + Prisma + Postgresql with utils


View Template

.NET8 Web API

A basic ASP.NET Core Web API template (.NET 8)