Introduction
Bakello is another panel built with Vue.js and Tailwind.css.
If you like our work, please offer us a beer 😃
Installation
$ npm install bakello
Bakello uses:
- Vuelidate component with Vuelidate-error-extractor to validate models
- Axios as HTTP client
- Lodash for a better and stable code
- FontAwesome to be beautiful and "iconized" 😛
Add it to Vue:
import Vue from 'vue';
import Vuelidate from 'vuelidate';
import VuelidateErrorExtractor from 'vuelidate-error-extractor';
Vue.use(Vuelidate);
Vue.use(VuelidateErrorExtractor);