上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 61 下一页
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script src="https://cdn.jsdelivr.net/npm/echarts@4.7.0/dist/echarts.js"></script> 阅读全文
posted @ 2021-03-25 22:48 13522679763-任国强 阅读(61) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script src="https://cdn.jsdelivr.net/npm/echarts@4.7.0/dist/echarts.js"></script> 阅读全文
posted @ 2021-03-25 22:43 13522679763-任国强 阅读(37) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script src="https://cdn.jsdelivr.net/npm/echarts@4.7.0/dist/echarts.js"></script> 阅读全文
posted @ 2021-03-25 22:26 13522679763-任国强 阅读(23) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <script src="https://cdn.jsdelivr.net/npm/echarts@4.7.0/dist/echarts.js"></script> 阅读全文
posted @ 2021-03-25 21:10 13522679763-任国强 阅读(39) 评论(0) 推荐(0)
摘要: 根目录 创建 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)
摘要: 安装 mini-css-extract-plugin 抽离 css 内容 npm install mini-css-extract-plugin -D 压缩 css 代码 npm install optimize-css-assets-webpack-plugin -D 压缩js npm insta 阅读全文
posted @ 2021-03-15 13:47 13522679763-任国强 阅读(166) 评论(0) 推荐(0)
摘要: // 安装 模板解析 "html-webpack-plugin": "4.0.0-alpha", npm install html-webpack-plugin -D "css-loader": "^3.6.0", "style-loader": "^2.0.0", "less": "^3.9.0" 阅读全文
posted @ 2021-03-12 17:49 13522679763-任国强 阅读(573) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 61 下一页