首先你要有node和npm的環境,沒得話先下載。
https://nodejs.org/en/
然後下載less
cnpm install less -g
npm install less -g
cnpm用的是淘寶映象 -g全域性下載
上面的那個地址你先複製好,我的是這個: C:\Users\18309\AppData\Roaming\npm\lessc
然後看著這個圖弄:
把上面的路徑複製過來後面再加上.cmd
C:\Users\18309\AppData\Roaming\npm\lessc.cmd
我的是這個,然後重新啟動。
新建一個less檔案
寫點東西,比如我的這個:
body{
width: 100px;
height: 100px;
div{
color: red;
}
}
然後你會發現多出來2個檔案,