angular-cliでプロジェクト作成
1434 ワード
Angular
なぜか流行っていないangularを使ってwebアプリを作っていきます。
インストール
Angularの環境構築をするために
angular-cliをインストールします。
npm install -g @angular/cli
*Node.jsのv6.9.0以上とnpmのv3以上が必要です。
プロジェクト作成
new コマンドを使ってプロジェクトを作ります
ng new Rayyyy --style=sass
--style=sassでcssではなくsassを使うと指定しています。
何も指定しなければ通常通りcssになります。
とりあえず、サーバー起動します。
npm start
http://localhost:4200/
にアクセスします。
とりあえず、初期画面です。
Author And Source
この問題について(angular-cliでプロジェクト作成), 我々は、より多くの情報をここで見つけました https://qiita.com/nrainiero/items/de5edec1ca7d85abcc71著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .