Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of using less in vue

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

The editor will share with you how to solve the problem of using less in vue. I hope you will get something after reading this article. Let's discuss it together.

1. Install less dependency: npm install less less-loader-- save

two。 Modify the webpack.base.config.js file, configure the loader load dependency to support external less, and add

/ / in the console, the label style displays the style tag style {test: /\ .less $/, loader: "style tag style {sourceMap: true} / / you can see which less file the current tag style comes from in the console.

3. Use in a project

Add lang= "less" to the style tag in the vue file to use less in the tag, or introduce less externally

Problems encountered:

Reason: the version of less-loader installed is too high

Solution:

1.npm uninstall less-loader2.npm install less-loader@5.0.0

Or modify the version number directly in the package.json file and then npm install

After reading this article, I believe you have a certain understanding of "how to solve the problem of using less in vue". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report