All Questions
1 question
1
vote
1
answer
813
views
How to automate deploy of simple Vue WebApp (no server required)? (i.e. simple build chain with vue)
I have written a small Vue app and have been looking for a nice way to automate its deployment, i.e. call lint -> test -> build -> upload to some web space (stage and /or production) (sftp). Basically ...