11 2020 档案

摘要:// 代理访问和设置 const options = { // 主题色 themeColor: 'red', // 文本主颜色 textColor: '#333', // h1 h2 h3 h4 h5 h1: '1.6rem', h2: '1.4rem', h3: '1.2rem', h4: '1r 阅读全文
posted @ 2020-11-24 14:02 代码男孩 阅读(219) 评论(0) 推荐(0)
摘要:// 这里导入webpack配置,我用对象的形式表示,当然entry属性上定义的文件要有 // const config = require("./webpack.config"); const config = { entry: './src/index.js' }; const { join, 阅读全文
posted @ 2020-11-21 11:56 代码男孩 阅读(116) 评论(0) 推荐(0)