Overview
vue-kindergarten is a plugin for VueJS 2.0 that integrates kindergarten into your VueJS applications. It helps you to authorize your components, routes, and the rest of your application in a very modular way. If you are not familiar with kindergarten yet, it is recommended to check out the README first.
Features
- Integrates kindergarten into VueJS applications
- Modular authorization for components, routes, and the entire application
- Easy to use with sandbox component for calling available methods
Installation
To install vue-kindergarten, you can register the plugin in your VueJS application like this:
import Vue from 'vue';
import vueKindergarten from 'vue-kindergarten';
Vue.use(vueKindergarten);
Summary
vue-kindergarten is a powerful plugin for VueJS 2.0 that allows for easy authorization of components, routes, and the entire application. It integrates kindergarten seamlessly and provides a modular approach to authorization. With features such as protection of routes and sandbox components, vue-kindergarten is a valuable tool for adding authorization to your VueJS applications.