Vueでhello worldまで
1575 ワード
Vueでhello worldするまでの手順メモ
今回はvue-cliを用いてvue3系で行う
vue-cliのインストール
以下のコマンドでインストールすると3系が入る
npmがインストールされていない場合は別途インストール
npm install -g @vue/cli
プロジェクト作成
vue create test-app
vue create test-app
途中での選択はdefaultにした
サーバー起動
cd test-app
npm run serve
画面表示してみる
cd test-app
npm run serve
以下の表示が出たらブラウザへ
App running at:
- Local: http://localhost:8080/
Note that the development build is not optimized.
To create a production build, run npm run build.
Author And Source
この問題について(Vueでhello worldまで), 我々は、より多くの情報をここで見つけました https://qiita.com/yutaiii/items/a17cc9e275caf3ffcb8b著者帰属:元の著者の情報は、元の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 .