前回
参考書籍
今回やったことは?
vue init
でプロジェクト作成
実際のコード
学んだメモ
$ 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使って公開か、プラグイン作成かどちらかを進めたいところ。