Tag: SPA

How to setup Vue-Router 2.0: Basic Setup

VueJS is an awesome framework. It has two-way data binding and it’s easy to get started. The best part is its capability to be a SPA. We can make a SPA using Vue’s Vue-Router plugin. In this example, we’ll: Start a new VueJS 2.0 project.