Top

You can directly use complete E-commerce app to manage your E-commerce withreadymade functionality of Add to cart,Quickview, and Checkout with Stripe as well as Paypal. Apart from that if you want it to use it in your frontend application then you just need to change your json with your API data and you get complete workable E-commerce for your frontend.

In Chat application we provide complete chat designing with basic feature like chat with a people.

Now it's time to Decrease your burden by listing your daily task in our To-do app and feel relax.

Now it's time to Decrease your burden by listing your important task in our To-do Firebase app and feel relax.

Use our Email application design to build complete email app

You can Bookmark your Favioute application and pages using bookmark app so you can reach to your favioute app quickly.
Installing and usage
npm i vue-simple-calendar
<template>
<div>
<calendar-view :show-date="showDate"
class="theme-default holiday-us-traditional holiday-us-official">
<calendar-view-header slot="header" slot-scope="t" :header-props="t.headerProps" @input="setShowDate" />
</calendar-view>
</div>
</template>
<script>
import { CalendarView, CalendarViewHeader, CalendarMathMixin} from "vue-simple-calendar";
import Datepicker from 'vuejs-datepicker';
export default {
data(){
return{
showDate: new Date()
}
},
components: {
CalendarView,
CalendarViewHeader,
Datepicker
},
methods: {
setShowDate(d) {
this.showDate = d;
}
}
}
</script>
There are many others application in Cuba which is help you in improve your knowledge and solve your issues.