#Vue-cliをするまで
こちらのページがわかりやすかった。
npmについても調べたページをメモ。
※versionが古いと怒られる・・・
vue create is a Vue CLI 3 only command and you are using Vue CLI 2.9.6.
You may want to run the following to upgrade to Vue CLI 3:
npm uninstall -g vue-cli
npm install -g @vue/cli
(意訳)
「『vue create』は3からのコマンドなのにお前の古いよ」
「下のコマンド打って上げろ」
#つづく
つづく