Open1

逆引き: Vue.js v3 (CLI 含む)

ヒカルヒカル

Vue.js のセットアップ方法

# グローバルに@vue/cliをインストール
> npm i -g @vue/cli

# vue 3 のプロジェクトを作成
> vue create my-project