railwayapp / templates

Railway starters
https://railway.app
MIT License
330 stars 150 forks source link

Add Vue 3 Starter #455

Closed brody192 closed 9 months ago

brody192 commented 10 months ago

Contact Details

https://discord.gg/railway

Template URL

https://railway.app/template/Qh0OAU

What does this template deploy?

A static Vue 3 demo app, served with Caddy used to show off a best practices deployment. As requested in the Notion doc

Demo project

https://railway.app/project/9c3f6dc2-6129-4ace-9005-6eede16b7c6e

melissa-hale commented 10 months ago

So good @brody192 ! Thanks for another excellent submission. We'll get you paid on this too, but I just have one weird thing to raise, that has nothing to do with your code, but how the repo is being cloned into my account.. it's cloning it as -Vue-3 which is annoying because when I try to open it in VSCode from my terminal running code -Vue-3, it errors with Warning: 'V' is not in the list of known options because it thinks i'm trying to use a switch.

image

any idea why it's being created with that funky repo name? does the same thing happen to you?

brody192 commented 10 months ago

image Github is escaping the whitespace, good catch! all fixed

melissa-hale commented 10 months ago

OOooO good to know that's where it was coming from, thank you for fixing it!

Here is your repo, if you don't mind pushing your code over: https://github.com/railwayapp-templates/vue-starter

brody192 commented 10 months ago

pushed and updated!