Today I pushed a major update to my website. My half-year journey with Vue.js made me decide to use it to build the SPA revamp of my website.

The first I did was to grab a boilerplate for Vue.js with Webpack. I used vuejs-templates/webpack for this purpose. It included a development server which offers my most favorite feature: hot-reloading. It saved me a lot of time as changes are automatically applied without hitting refresh in my browser. Production build is done with a single command that generates all the static files needed.

What's next?

I'm sort of looking forward to exerting an effort to support Internet Explorer. I tried it with IE 11 and it's bad. And also SEO.

Here is pinodex/portfolio for your pleasure.