0.1.2 • Published 6 years ago
alte-vue v0.1.2
⚠️ Development in-progress

Quick start
- Install the package from your current vue project.
> npm install alte-vue admin-lte bootstrap-vue- Use the plugin from
main.tsfile.
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.