フォルダ配下の特定ファイル名の個数を数える
code:sh
find ./ -name "*.vue" -not -path "./node_modules/" | wc -l