Vue Project uses Webpack loader to convert px to REM

Source: Internet
Author: User

Download lib-flexible

Https://github.com/amfe/lib-flexible

lib-flexible --save

Introduction of Lib-flexible in Main.js

import ‘lib-flexible/flexible‘
Installing Px2rem-loader

Https://github.com/songsiqi/px2rem configuration Px2rem-loader Find Util.js in Build file, add Px2rem-loader to Cssloaders

  const px2remLoader = { loader: ‘px2rem-loader‘, options: { remUnit: 75 } }

Changing the Generateloaders function

  functionGenerateloaders(loader, loaderoptions) { Const loaders = [Cssloader, Px2remloader,postcssloader] //Add Px2remloader if ( Loader) {Loaders.push ({loader:loader + '-loader ', Options:Object.assign ({}, loaderoptions, {sourceMap:options.so Urcemap})}} //Extract CSS when ' option is specified //(which are the case during production build) if (options.extract) { return extracttextplugin.extract ({ use:loaders, fallback: ' Vue-style-loader '})} 
                  
                   else { 
                   return [' Vue-style-loader '].concat (loaders)}}  
                        

Reboot after completion

run dev

Vue Project uses Webpack loader to convert px to REM

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.