摘要: 根目录 创建 vue.config.js module.exports = { //Process.env.NODE_ENV : 环境变量中 存储的是开发环境还是 生产环境// publicPath: Process.env.NODE_ENV 'production' ? 'www' : '/',/ 阅读全文
posted @ 2021-03-16 14:09 13522679763-任国强 阅读(146) 评论(0) 推荐(0)
摘要: 安装 npm install @vue/cli@3.12 -g vue --version // 查看版本 // 创建工程化的项目 vue cteate 项目名称 vue create demo-1 default || Manually select features // 默认 和自己安装 1 阅读全文
posted @ 2021-03-16 14:08 13522679763-任国强 阅读(143) 评论(0) 推荐(0)
摘要: import axios from 'axios'; axios.defaults.baseURL = 'http://1217.0.0.1'; // axios.defaults.withCredentials = true; axios.defaults.headers['Content-Typ 阅读全文
posted @ 2021-03-16 10:24 13522679763-任国强 阅读(69) 评论(0) 推荐(0)
摘要: { "name": "webpack-banner", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified 阅读全文
posted @ 2021-03-16 10:23 13522679763-任国强 阅读(492) 评论(0) 推荐(0)