DEV Community

Discussion on: Thank u, Nuxt

Collapse
 
galdin profile image
Galdin Raphael

Kudo allows writing a custom deployment script in bash. That's what I did to deploy a vue app on windows Azure like two years back. The script didn't look good but worked.
This solution looks so much nicer though!

Collapse
 
burkeholland profile image
Burke Holland

Indeed! The Kudu scripts are powerful. My main hangup with them is exactly what you pointed out - "didn't look good". They are just super verbose and hard to wrap your head around when you are just trying to do something simple.