代碼行數統計方式

# 代碼行數統計方式vue

 

## 按照文件類型xss

 

```spa

在想要統計的目錄的根目錄執行router

find ./ -name "*.vue" | xargs wc -lxml

```class

 

## 按照目錄route

 

```統計

在想要統計的根目錄執行腳本countLines.sh腳本

chmod 777 countLines.shmargin

./countLines.sh

若想收集制定目錄的代碼數則

./countLines.sh FED/src FED/router

```

find ./ -name "*.wxml" | xargs wc -l

find ./ -name "*.wxss" | xargs wc -l

find ./ -name "*.js" | xargs wc -l

相關文章
相關標籤/搜索