LoginSignup
0
1

More than 3 years have passed since last update.

Vue.js導入方法

Last updated at Posted at 2020-07-02

導入前に

$ node -v
$ npm -v

上記をターミナルで打ち込んで何も出ない人は見てください

導入 ( node, npm )

Macの方はこちらのサイトを参考してください

Windowsの方はこちらのサイトを参考してください

導入 ( Vue-cli, vue )

$ npm install -g vue-cli

以上のコマンドを打ち込んでください

$ vue -V

と打ち込んでversionが表示されれば完了です

0
1
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
1