1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Vuetifyを使ってみる:備忘録

Posted at

Vuetifyを使う必要があったので色々と手順などをメモ

#Quick Start

##Vue CLI-3 Install
yarnとnpmがあるけどnpmを利用

$ npm install @vue/cli -g

scaffoldでプロジェクトを作成

$ vue create my-app
$ cd my-app

ここでvuetifyをプロジェクトに追加

vue add vuetify

なんか色々聞かれるからそれ相応の設定を返答。
とりあえずテスト的に入れてみたいだけなのでいい加減に回答。

最後にnpm run serveすると見れ…ない。
エラー内容は下記。

contains both .browserslistrc and package.json with browsers

詳しくはないのだけどこれ両方あるとだめなの?
片方(.browserslistrc)の最後にアンダーバー(_)つけて再度実行すると動いた。
ココらへん一度調べたい。

とりあえずは動いた。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?