logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vscode Prettier - Code formatter插件+eslint js Standar 保存自动格式化

最近开发项目需要用到eslint 但是手动格式化太麻烦了 发现eslint配置Prettier 能自动格式化 感觉就是神器啊 但是不能格式化templateStandar还是可以的 不知道其他版本怎么样1.安装Prettier - Code formatterhttps://marketplace.visualstudio.com/items?itemName=esbenp.pretti...

#vscode
vue项目引入背景图报Module not found: Error: Can't resolve './src/assets/theme/logo_blue.png' in'xxx'错误

之前使用都是没有问题啊,为什么有问题呢?去查资料 很快找到了解决办法background: url('./src/assets/theme/logo_blue.png') no-repeat center center;改为background: url('~@/assets/theme/logo_blue.png') no-repeat center center;那...

#webpack#css
到底了