Angular2 で Stylusを使う
イシュー
- Stylus を使う方法を確認する
参考
- How to include stylus support · AngularClass/angular2-webpack-starter Wiki · GitHub
- GitHub - rascada/ng2-webpack-example: ng2-webpack example - angular2 with jade & stylus
- typescript - Setting up Stylus with Angular2 and Webpack2 - Stack Overflow
- angular-cliでwebpack設定にloaderを追加する - Qiita
- angular-cli@1.0.0-beta.24 では、拡張子の不具合あり
- ng new --style stylus doesn't install stylus. · Issue #986 · angular/angular-cli · GitHub
- webpack - angular 2, angular-cli: How to enable relative paths for stylus? - Stack Overflow
- Angular2関連の俺用リンク
- angular-cli
- コンポーネント単位で設定?
@Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'] }) export class AppComponent { title = 'app works!'; }