1. Install less dependency: 2. Modify the webpack.base.config.js file, configure the loader to load dependencies, make it support external less, and add to the original code // This method displays the style tag style in the console { test: /\.less$/, loader: "style-loader!css-loader!less-loader", options: { sourceMap: true } //You can see in the console which less file the current tag style comes from} 3. Use in the project Add lang="less" to the style tag in the vue file to use less in the tag, or import less externally Problems encountered: Cause: The installed version of less-loader is too high. Solution:
Or just modify the version number in the package.json file and then npm install This is the end of this article about the use of less in vue. For more relevant content on the use of vue less, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: About the IE label LI text wrapping problem
>>: Complete steps for deploying confluence with docker
Click here to return to the 123WORDPRESS.COM HTML ...
nginx Overview nginx is a free, open source, high...
SSH stands for Secure Shell, which is a secure tr...
This article example shares the specific code of ...
Table of contents About Maxwell Configuration and...
Table of contents 1. Constructors and prototypes ...
Table of contents 1. Overview 1.1 Usage of queryS...
Preface This article mainly introduces 4 methods ...
Step 1: Add a secondary domain name to the Alibab...
What is CSS# CSS (abbreviation of Cascading Style...
MySQL Bin log data recovery: accidentally delete ...
1. Install MySQL software Download and install My...
mysql master-slave configuration 1. Preparation H...
Before talking about the structural markup of web...
When browser vendors bend the standards and take i...