LoginSignup
0
0

Vue CLIでVuetifyをプロジェクトにインストールする

Posted at

既存のプロジェクトディレクトリで
VUETIFYの公式に記載されているコマンドを実行する

terminal
vue add vuetify

〜省略〜

✔  Successfully invoked generator for plugin: vue-cli-plugin-vuetify
 vuetify  Discord community: https://community.vuetifyjs.com
 vuetify  Github: https://github.com/vuetifyjs/vuetify
 vuetify  Support Vuetify: https://github.com/sponsors/johnleider

npm run serveで起動

terminal
npm run serve  

> vue2-chat@0.1.0 serve
> vue-cli-service serve

 INFO  Starting development server...


 DONE  Compiled successfully in 4233ms                                                                                                 7:32:19


  App running at:
  - Local:   http://localhost:8080/ 
  - Network: http://192.168.0.218:8080/

  Note that the development build is not optimized.
  To create a production build, run npm run build.

http://localhost:8080/にアクセス

image.png
VUETIFYの画面が表示されればOK!インストール完了!

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