youtube-search2 拙著「いちばんやさしい Vue.js 入門教室」(ソーテック社)の6-2「YouTube動画検索アプリの作成」に掲載した、Youtube検索アプリ(シングルファイルコンポーネントバージョン)です。Vue CLI 3でプロジェクトをを生成しています。 Vue.js以外に使用ライブラリ 1.axios 2.bootstrap Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your tests npm run test Lints and fixes files npm run lint Customize configuration See Configuration Reference.