Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created July 24, 2018 04:41
Show Gist options
  • Save lmiller1990/618155d8372fc198442bccaaaedcf996 to your computer and use it in GitHub Desktop.
Save lmiller1990/618155d8372fc198442bccaaaedcf996 to your computer and use it in GitHub Desktop.
import Vue from "vue"
import VueRouter from "vue-router"
import routes from "./routes.js"
Vue.use(VueRouter)
export default new VueRouter({ routes })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment