摘要: 安装webpack: cnpm i webpack -g 全局安装 (卸载:npm uninstall webpack -g,查看webpack版本信息:cnpm info webpack) index.html a.js x.js xx.js xxx.js x.css xx.css -b.js r 阅读全文
posted @ 2020-07-25 15:04 howareyou! 阅读(141) 评论(0) 推荐(0)
摘要: 下载npm i vue-resource main.js中引入使用: import VueResource from 'vue-resource' Vue.use(VueResource); .vue文件中使用: ####get请求: export default { name: 'app', da 阅读全文
posted @ 2020-07-25 12:55 howareyou! 阅读(100) 评论(0) 推荐(0)
摘要: 下载: cnpm i axios main.js中的引入和使用: import axios from 'axios' Vue.prototype.$http = axios ####get请求: <template> <div id="login"> <input type="text" name= 阅读全文
posted @ 2020-07-25 11:57 howareyou! 阅读(76) 评论(0) 推荐(0)