Start your Vue project using the AdminLTE 3 ui
Created and inspired from the vue ui projects out there. Initial templates are from CookiesEater .
⚠️ Development in-progress
- Install the package from your current vue project.
> npm install alte-vue admin-lte bootstrap-vue
- 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!
To be updated
This project is licensed under the MIT license.