Host a Vue.js static site on Amazon S3
Jul 27, 2017 · 4 min read

Vue.js is awesome. AWS is beyond awesome. Let’s use them together.
S3
Amazon Simple Storage Solution is for hosting files. It is object based storage so you cannot run a database or operating system on it. It is great for hosting assets on it. In this tutorial we’re going to host a static site on it. By static site I mean a collection of HTML, CSS and Javascript files.


