码迷,mamicode.com
首页 > 其他好文 > 详细

在angular 6中使用 less

时间:2018-05-12 03:15:09      阅读:614      评论:0      收藏:0      [点我收藏+]

标签:tty   ext   使用   cts   angular   component   config   lib   sch   

在angular 6中使用 less

新项目

ng new [appname] --style less

已有的项目

修改 *.css 文件及引用处后缀名为 less并在 angular.json 文件中设置以下内容

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "ngTest": {
      "root": "",
      "sourceRoot": "src",
      "projectType": "application",
      "prefix": "app",
      "schematics": {
        "@schematics/angular:component": {
          "styleext": "less"
        }
      }
  ......
}

在angular 6中使用 less

标签:tty   ext   使用   cts   angular   component   config   lib   sch   

原文地址:https://www.cnblogs.com/weihanli/p/use-less-in-angular6-project.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!