thgh / vercel-sapper

Vercel builder for Sapper with SSR enabled
MIT License
189 stars 25 forks source link

Add vercel-sapper command to configure a project for Vercel #47

Closed thgh closed 3 years ago

thgh commented 3 years ago

The idea is that you can enable Vercel for any Sapper project by running npx vercel-sapper.

If you don't have a project yet, it will degit it from the starter template.

antony commented 3 years ago

Bit late to the party here. This looks awesome :)

edqx commented 3 years ago

Worked great for me, thanks!