摘要: <style lang="scss" scoped> li { background: red; } </style> 当设置lang=scss 会报标题错误,是应为没有安装-sass- node和依赖 node-sass cmd 中运行npm install sass-loader@7.3.1 - 阅读全文
posted @ 2020-09-12 19:56 快乐的正能量 阅读(3113) 评论(0) 推荐(0)
摘要: ctrl + C 就可以了 阅读全文
posted @ 2020-09-12 19:50 快乐的正能量 阅读(3761) 评论(0) 推荐(0)
摘要: 当运行完npm之后出现 DONE Compiled successfully in 22992ms 2:59:28 I Your application is running here: http://localhost:8081 意思是你的网页地址为http://localhost:8081,但是 阅读全文
posted @ 2020-09-12 15:28 快乐的正能量 阅读(2066) 评论(0) 推荐(0)
摘要: build/webpack.base.conf.js中以下代码注释掉即可 阅读全文
posted @ 2020-09-12 15:08 快乐的正能量 阅读(5573) 评论(0) 推荐(1)