0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【雑】Create Vuetifyしたらなんか変わってた

Posted at

会社でVueを触ろうと思い、npm create vuetifyをしたら、前に触ったときと、変わっている部分があったため、雑に見比べてみる

image.png
npm create vuetify ← → npm create vuetify@latest

以前Vue3を触ってみようと思い入れたときのままのバージョンで
npm create vutifyをしたほうは、
Vue: 3.2.13, vuetify, 3.0.0
今回latestで入れてみたら
Vue: 3.4.21, vuetify: 3.5.8

選択したのは、vue router, pinia, layout, TSでおんなじものを選択。(選択するときの表示もちょっと変わっていて、細かいなーとちょっと感心した)
image.png

auto importってなんぞや

一番最初に違和感を感じたのはこれら
image.png

なんかComponentsフォルダにファイルを作成すると、npm run devをしたときに、自動的にcomponents.d.tsにそのコンポーネントを書いてくれたりなんやかんやしてくれて、わざわざImportを書かなくても、コンポーネントが使えるようになっているらしい
unplugin-vue-componentsとunplugin-auto-importでimportの自動化
image.png

あんまりよくわかってないし、それによる悪影響がないのか気になる

ほかにもちらちら変わってる

image.png

まだlayoutsのつかいかたすら良くわかってないのに、、、
AppBarはComponentなのかlayoutなのかはっきりしてほしい
Viewsフォルダなくなってるし

ベストプラクティスを教えてくれ!!!

ggrks

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?