1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Vue.js を初めてみる

Posted at

オンラインスクールを卒業したばかりの転職活動中未経験者です。

PHPについてある程度学びましたが、違う事にも挑戦っということで本日より、
Vue.js
について学習してく傍らアウトプットも兼ねてと初めての投稿です。

環境開発(OS:mac)

1 node.lsのダウンロード
2 ターミナルを起動
3 作業用のディレクトリに移動
4 環境構築

npm init vue@latest

この後の選択はほとんどNOでいいらしいが、、、、参考にさせてもらった以外の所では違うことを言っていたので保留で、、

5 VScodeにてファイルを開き、ターミナルを表示
  4.完了後に出てくる3行の真ん中を再度打ち込む

npm install

6 サーバー起動して確認

npm run dev

nodeのverが古い物だとエラーが出ることもあるらしい

以上で完了?しました。

取り敢えず第一歩を踏み出したということで、引き続き勉強していこうと思います。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?