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:

Add it to Vue:

import Vue from 'vue';
import Vuelidate from 'vuelidate';
import VuelidateErrorExtractor from 'vuelidate-error-extractor';

Vue.use(Vuelidate);
Vue.use(VuelidateErrorExtractor);
Last Updated: 4/19/2019, 5:16:47 PM