根据慕课网的课程做的笔记 Vue-router是官方的路由管理工具,用它来组建单页面的应用是非常简单的 import Vue from 'vue' import Router from 'vue-router' import Home from './view……