摘要: 项目背景:vue element 下载Kindeditor npm i kindeditor 2.在项目的组件中封装components/kindeditor/index.vue 参考 官方文档 内置参数 也可根据项目要求进行定制化 下面代码对图片上传进行了定制 摒弃了自带的 弹窗的样式 直接现在文 阅读全文
posted @ 2021-06-22 17:41 xiao旭 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 修改js输出目录 module.exports = { configureWebpack: { output : { // 把子应用打包成 umd 库格式 library: `${name}-[name]`, libraryTarget: 'umd', jsonpFunction: `webpack 阅读全文
posted @ 2021-06-22 16:28 xiao旭 阅读(1495) 评论(0) 推荐(0) 编辑