Skip to content

alexflorea2/vue-adminlte3

 
 

Repository files navigation

Vue AdminLTE v.3

Under development

Install

  1. Install
npm i github:CookiesEater/vue-adminlte3
  1. Add to app

main.js, for example:

import VueAdminLte from 'vue-adminlte3';

Vue.use(VueAdminLte, {/* options */});
  1. Configure icon component with 2 ways
  1. Include AdminLTE and Bootstrap styles with your own way

Options

Name Description
iconComponent Name of icon component (default is "font-awesome-icon"). Component should be available in global.

About

Vue AdminLTE v.3 template for Bootstrap 4. Example admin SPA: https://cookieseater.github.io/vue-adminlte3/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.1%
  • JavaScript 31.7%
  • CSS 1.2%