エンジニアのひよこ_level10

毎日更新してた人。たまに記事書きます。

【Vue】Vueの勉強始めようpart12(vue-cliでプロジェクト作成)【544日目】

前回

www.nyamucoro.com

参考書籍

今回やったことは?

  1. vue initでプロジェクト作成

実際のコード

github.com

学んだメモ

$ vue init webpack study_vue_cli

? Project name study_vue_cli
? Project description I study vue-cli
? Author klack710 <willow710kut@gmail.com>
? Vue build standalone
? Install vue-router? No
? Use ESLint to lint your code? Yes
? Pick an ESLint preset Standard
? Set up unit tests No
? Setup e2e tests with Nightwatch? Yes
? Should we run `npm install` for you after the project has been created? (recom
mended) npm

これでプロジェクト作成。

で、いろいろ出てきたから、中のコードを読んでたら気づいたらこんな時間。

自分のプロジェクトならどうする・・・みたいなことを考えると時間あっという間ね。

おまけ

GitHubさん、こんなこと教えてくれるのね。

We found potential security vulnerabilities in your dependencies.
Only the owner of this repository can see this message. 
Manage your notification settings or learn more about vulnerability alerts.

package.json見て、セキュリティ的に問題あるからバージョンアップしておこうねっていうの。

pushしたら見てくれるみたい。凄いね。
次はNetlify使って公開か、プラグイン作成かどちらかを進めたいところ。