LoginSignup
0
0

More than 3 years have passed since last update.

Vue勉強 2020/10/04

Last updated at Posted at 2020-10-04

参考サイト
 Windows
 https://wing-degital.hatenablog.com/entry/2019/05/13/223342

 Ubunt
 https://good-arrow.hatenablog.com/entry/2019/06/25/044302

 公開
 
VSCodeインストール
 https://visualstudio.microsoft.com/ja/
 https://www.kkaneko.jp/tools/win/vscode.html#S1

node.jsインストール
https://nodejs.org/en/

Yarnインストール
 https://classic.yarnpkg.com/ja/docs/install#windows-stable

Yarn確認
 コマンドプロンプトでyarn --versionを実行

Vue.jsインストール
 コマンドプロンプトでyarn global add @vue/cliを実行

Vue確認
コマンドプロンプトでvue --versionを実行

vueプロジェクト作成
 コマンドプロンプトでvue create sample-app

ビルド実行
 コマンドプロンプトでsample-appに移動
 コマンドプロンプトでyarn serveを実行

アプリ起動
 http://localhost:8080/#/

 

0
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
0
0