Build Bootstrap components via pure Vue.js
No jQuery, bootstrap.js, or any third-party plugins required.
This repository contains a set of native Vue.js components based on Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:
Vue.js (required ^0.12, test with 0.12.10). Bootstrap CSS (required 3.x.x, test with 3.3.5). VueStrap doesn't depend on a very precise version of
Bootstrap. Just pull the latest.
The above is using pure Vue.js The content of building Bootstrap components. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!
Related articles:
Detailed description of powerful Vue.js componentsVue.js environment building tutorial introduction
Super comprehensive summary of vue.js usage