- 博客(6)
- 收藏
- 关注
原创 maven仓库的配置
1.官网下载安装包:Maven – Download Apache Maven 2、解压 3.配置maven环境 右键电脑 ->属性 -> 高级系统设置 ->环境变量-> 系统变量 在Path中添加:D:\apache-maven-3.8.5\bin(maven解压路径bin目录) 4、检验配置成功 win+R 输入cmd打开dos界面输入命令 mvn -v 5.配置本地仓库 (1)创建一个文件夹 maven-repository(...
2022-05-19 11:22:53
335
原创 warning in ./node_modules/vuex/dist/vuex.esm-browser.js“export ‘inject‘ was not found in ‘vue‘
安装的vue与vuex不兼容 如果是vue2就对应安装vuex3 解决方法(我的vue2): 卸载 vuex npm uninstall vuex 安装vuex3 cnpm install vuex@3
2022-05-09 15:21:40
1240
1
原创 These dependencies were not found:* core-js/modules/es.array.filter.js * core-js/modules/es.object.t
在 babel.config.js 中加入 presets: [ [ "@vue/app", { useBuiltIns: "entry" } ] ] 例如: module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], "plugins": [ [ "component", { "libraryName": "element-ui", ...
2022-05-04 21:27:58
841
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人