• Configure global Styles

  • Install the Less

    $NPM I less less-loader -d // Install $NPM I less -d $NPM I less-loader -d // Install $NPM I [email protected] -d $NPM I [email protected] - DCopy the code
  • Unable to resolve Dependency Tree installation: Unable to Resolve Dependency Tree installation: Unable to Resolve Dependency Tree Installation: Unable to resolve Dependency Tree Installation: Unable to resolve Dependency Tree Installation: Unable to resolve Dependency Tree Installation

  • If you don’t want to import every page, you can take a look at configuring global styles.

    <style lang="less" scoped> @import '.. /assets/reset.less'; .content { color: @dzm-color; } </style>Copy the code