Skip to content
This repository was archived by the owner on Jun 5, 2018. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 985 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 985 Bytes

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.