1,安装element : vue add element
2,安装路由 : vue add router
3,创建路由的过程 : (1) 新建 vue页面 main.vue , (2)在router.js 文件中引入和注册 , (3)前台引入 <router-link to="/main">Main</router-link>
4, 安装 axios ( 处理接口请求 ) : cnpm i axios
(1)http.js 中创建
1,安装element : vue add element
2,安装路由 : vue add router
3,创建路由的过程 : (1) 新建 vue页面 main.vue , (2)在router.js 文件中引入和注册 , (3)前台引入 <router-link to="/main">Main</router-link>
4, 安装 axios ( 处理接口请求 ) : cnpm i axios
(1)http.js 中创建
转载于:https://www.cnblogs.com/500m/p/11577981.html