Tag: VueJS

Make a Modal using Bootstrap CSS and VueJS

The Modal will look and work like a Bootsrap Modal. But instead of using jQuery, VueJS 2.0 is used. The picture below shows the end result. Make a Vue 2.0 project using the Vue-CLI This tutorial is using Run-time only. Don’t forget to npm install the modules and then npm run dev. Install Bootstrap 3…

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.