やりたいこと
git clone
した Vue.js アプリを動かしたい。
$ git clone ~ cd そのディレクトリへ
$ npm install #依存関係を解決する(エラーメッセージが出たらでOK) $ npm audit fix
サーバー起動。
$ npm run serve
ワッショイ💪
git clone
した Vue.js アプリを動かしたい。
$ git clone ~ cd そのディレクトリへ
$ npm install #依存関係を解決する(エラーメッセージが出たらでOK) $ npm audit fix
サーバー起動。
$ npm run serve
ワッショイ💪