Skip to content

Instantly share code, notes, and snippets.

View dimer22zhc's full-sized avatar
😌
steel learning => Pro

Zero to Hero Code dimer22zhc

😌
steel learning => Pro
  • ZHC
  • Rwanda/kigali
View GitHub Profile
@dimer22zhc
dimer22zhc / index.js
Last active July 22, 2021 14:27
Laravel and vue js+vuex-vue-route => you can load Your route and middle ware dynamically
import Vue from 'vue'
import store from '~/store'
import Meta from 'vue-meta'
import routes from './routes'
import Router from 'vue-router'
import { sync } from 'vuex-router-sync'
Vue.use(Meta)
Vue.use(Router)