angularアプリの作り方

node.jsのバージョン確認

node -v

npm のバージョン確認

npm -v

angularのバージョン確認

ng version

コマンドで作業ディレクトリに移動

cd 作業ディレクトリ名

angularアプリの生成

ng new my-first-app 

※my-first-appは好きなアプリの名前で良い

ng serve –open
angularのコンポーネント作成

ng generate component コンポーネント名

ag コマンドの有効化

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process

npm install bootstrap --seve

コメント

タイトルとURLをコピーしました