The tree command is not available in Windows. You can use tree-node-cli to print the tree command.

npm install --global tree-node-cli
Copy the code

The address of the project: www.npmjs.com/package/tre…

Run treee -l 2 –ignore node_modules/ -o output.txt. You can output the results to output.txt.

E: \ mideaspace, front, front - 0105 ├ ─ ─ Babel. Config. Js ├ ─ ─ build | └ ─ ─ utils. Js ├ ─ ─ gulp - task | └ ─ ─ SVG | ├ ─ ─ copy. Js | ├ ─ ─ Dist | ├ ─ ─ the make. Js | └ ─ ─ the SRC ├ ─ ─ gulpfile. Js ├ ─ ─ package - lock. Json ├ ─ ─ package. The json ├ ─ ─ postcss. Config. Js ├ ─ ─ public | ├ ─ ─ the favicon. Ico | ├ ─ ─ index. The HTML | └ ─ ─ vendor ├ ─ ─ the README. Md ├ ─ ─ the SRC | ├ ─ ─ App. Vue | ├ ─ ─ assets | | ├ ─ ─ CSS | | ├ ─ ─ the font | | └ ─ ─ image | ├ ─ ─ components | | ├ ─ ─ baseCom | | ├ ─ ─ bussCom | | ├ ─ ─ the plugins | | └ ─ ─ utils | ├ ─ ─ js | | ├ ─ ─ ajax. Ts | | ├ ─ ─ API. Ts | | ├ ─ ─ appConfig. Ts | | ├ ─ ─ bussCode. Ts | | ├ ─ ─ enum. Ts | | ├ ─ ─ env | | ├ ─ ─ filter. The ts | | ├ ─ ─logThe Upload. Ts | | ├ ─ ─ storage. Ts | | ├ ─ ─ uiPool. Ts | | └ ─ ─ utils | ├ ─ ─ main. Ts | ├ ─ ─ mixins | | └ ─ ─ formFormat. Ts | ├ ─ ─ Pages | | ├ ─ ─ certify | | ├ ─ ─ chooseAct | | ├ ─ ─ credit | | ├ ─ ─ demo | | ├ ─ ─ entrance | | ├ ─ ─ face | | ├ ─ ─ loanRecords | | ├ ─ ─ mime | | ├ ─ ─ myContract | | ├ ─ ─ payment | | ├ ─ ─ pending | | └ ─ ─ useMoney | ├ ─ ─ the router | | ├ ─ ─ but ts | | ├ ─ ─ Routes. Ts | | └ ─ ─ viewPage. Vue | ├ ─ ─ store | | └ ─ ─ but ts | ├ ─ ─ types | | ├ ─ ─ the index, which s | | ├ ─ ─ shims - ajax. Which s | | ├ ─ ─ shims - axios. Which s | | ├ ─ ─ shims - the router. Which s | | ├ ─ ─ shims - TSX. Which s | | ├ ─ ─ shims - vue. Which s | | ├ ─ ─ Shims - webpackprovide. Which s | | ├ ─ ─ shims - window. Which s | | └ ─ ─ the widget, which s | └ ─ ─ widget | ├ ─ ─ dataUrl. Ts | ├ ─ ─ index. The ts | └ ─ ─ pcMockData. Ts ├ ─ ─ stylelint. Config. Js ├ ─ ─ tsconfig. Json ├ ─ ─ vue. Config. Js └ ─ ─ webpack. DLL. Conf. Js directory: 2201 file: 6288 ignored: directory (166)Copy the code