Kollox.com Affordable Web Design Services: Beneficial For Startups
For the past few years, there has been a global economic crisis, leading to an increase in prices for many types of goods and services. One of these is web design services, which cost far more than what it did before the crisis. Our Kollox.com…
Vue Js – How to setup roles in your application
If you have Vue.js and Vuex installed, you should see a router.js file in the main folder.
Open it and add this code in it(Modify the routes as required of course):
const router = new Router({
mode: 'history',
routes: [
//ADMIN
{
path:…