Adminlte bootstrap template vue components
npm install adminlte-vue --save
Or you can use unpkg in your html files:
<script src="https://unpkg.com/adminlte-vue/dist/acacha-adminlte-vue.min.js"></script>
import AdminlteVue from 'adminlte-vue'
Vue.use(AdminlteVue)
For Laravel add the previous two lines to your resorces/assets/js/app.js file.
See also examples folder with full code examples.
-TODO