摘要: 1. 安装express和axios npm i express --save & npm i axios --save 网速不好的,可以安装淘宝镜像,使用cnpm 2. 在main.js中引入axios,并挂载到全局 import axios from ‘axios’; Vue.prototype 阅读全文
posted @ 2018-11-05 11:49 控心frey 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 1.Vue.config.productionTip的意思 生产模式需要在main.js中关闭 :Vue.config.productionTip = false ,作用是阻止 vue 在启动时生成生产提示。即,不设false会在生产环境依旧提示: You are running Vue in de 阅读全文
posted @ 2018-11-05 09:31 控心frey 阅读(238) 评论(0) 推荐(0) 编辑