Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 216 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 216 Bytes

vue-starbase-router

Setup Project

In main.js

new Vue({
  router,
  store,
  render: h => h(App)
}).$mount("#app");

Introducing Vue Router

In router.js

Vue.use(Router);