Under development
- Install
npm i github:CookiesEater/vue-adminlte3
- Add to app
main.js, for example:
import VueAdminLte from 'vue-adminlte3';
Vue.use(VueAdminLte, {/* options */});
- Configure icon component with 2 ways
-
Install https://github.com/FortAwesome/vue-fontawesome
-
Create your own component (or use exist like fontawesome) and configure iconComponent option. Component should have icon prop.
- Include AdminLTE and Bootstrap styles with your own way
Name | Description |
---|---|
iconComponent | Name of icon component (default is "font-awesome-icon"). Component should be available in global. |