摘要: <html> <title>动态的边框</title> <style> .border, .border::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .border { width: 200px; heig 阅读全文
posted @ 2020-01-08 16:38 VictoriaC~ 阅读(3100) 评论(0) 推荐(0) 编辑
摘要: 需要安装的依赖: babel-plugin-import 在webpack中的配置 // 在webpack中的配置 query: { plugins: [ [ // 引入antd的组件 "import", { "libraryName": "antd", "libraryDirectory": "e 阅读全文
posted @ 2020-01-08 15:12 VictoriaC~ 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 解决git commit -m"XXX"时因为ESLint校验不通过而无法提交的,报pre-commit hook failed (add --no-verify to bypass)的问题 阅读全文
posted @ 2019-04-22 11:59 VictoriaC~ 阅读(15488) 评论(0) 推荐(1) 编辑
摘要: 每次从远程仓库拉代码或者向远程仓库提交代码的时候需要输入密码的解决方法 阅读全文
posted @ 2019-04-19 16:51 VictoriaC~ 阅读(2439) 评论(0) 推荐(0) 编辑
摘要: 删除项目中的.git目录然后向远程仓库提交代码的时候重新配置后再次提交和.git push时报错refusing to merge unrelated histories的解决方法 阅读全文
posted @ 2019-04-19 16:33 VictoriaC~ 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 在使用npm run build打包时,因项目过大,遇到node内存溢出问题。附解决方案 阅读全文
posted @ 2019-04-08 14:22 VictoriaC~ 阅读(7613) 评论(0) 推荐(0) 编辑
摘要: 接手项目之后,在安装依赖后,再npm start的过程中报错./node_modules/history/esm/history.js Module not found: Can't resolve '@babel/runtime/helpers/esm/extends' 阅读全文
posted @ 2019-04-08 11:33 VictoriaC~ 阅读(2520) 评论(0) 推荐(0) 编辑