LoginSignup
0
0

More than 3 years have passed since last update.

2回目の vuecli 環境構築

Last updated at Posted at 2021-05-17

(npm install)→ たぶんしなくていい

インストール

npm install -g vue-cli

2回目以降はここから行う

プロジェクトの名前を付けて(今回はcompany)実際に作成する

vue init webpack company

ディレクトリを移動

cd company

ルーターをインストール

npm install vue-router

起動

npm run dev

毎回間違えて
npm install -g vue-cli
をしていたので、これを忘れないための備忘録

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