/alte-vue

AdminLTE 3 on Vue

Primary LanguageJavaScript

AdminLTE 3 AdminLTE 3

Start your Vue project using the AdminLTE 3 ui

Dependency Status devDependency Status Build Status Test Coverage

Created and inspired from the vue ui projects out there. Initial templates are from CookiesEater .

⚠️ Development in-progress

Dashbaord

Quick start

  1. Install the package from your current vue project.
> npm install alte-vue admin-lte bootstrap-vue
  1. Use the plugin from main.ts file.
import AdminLTEVue from 'alte-vue';
import BootstrapVue from 'bootstrap-vue';

Vue.use(AdminLTEVue);
Vue.use(BootstrapVue);

It's ready, happy coding!


Guide

To be updated

License

This project is licensed under the MIT license.