1.0.0 • Published 8 years ago
ngclirc v1.0.0
ngclirc
angular cli rc
Configuration
- change packageManager from
npmtoyarn - change default style ext from
csstoscss
Usage
Step 1. Install ngclirc
npm i -D ngclircStep 2. Add .angular-cli.json in your home ~ path
cp .angular-cli.json ~/.angular-cli.jsonRules
{
"defaults": {
// 默认使用scss编译
"styleExt": "scss"
},
// 使用yarn代替npm
"packageManager": "yarn"
}1.0.0
8 years ago