vue路由

路由就是单页面应用里的导航分流作用

安装:

 

      3版本中出来了新概念add。vue add router

      

 router 安装完后,会多出一个views文件夹和一个router.js。main.js里会有路由

              

原文地址:https://www.cnblogs.com/dangdanghepingping/p/10259469.html