安装

npm install vue-router

1
2
3
import Vue from 'vue'
import VueRouter from 'vue-router'
Vue.use(VueRouter)