自学内容网 自学内容网

vscode生成项目目录结构

在博客中经常看到目录结构如下:
project-tree
├─ .git
├─ .gitignore
├─ .vscodeignore
├─ images
├─ node_modules
├─ src
│ ├─ config.ts
│ ├─ index.ts
│ └─ utils.ts
├─ tsconfig.json
├─ tslint.json
└─ webpack.config.js
应该如何生成呢?

步骤如下:

vscode安装插件,project-tree
安装之后按ctrl+shift+p,并输入Project Tree回车
点击要生成目录的项目,回车
将项目目录生成并存储到README.md中


原文地址:https://blog.csdn.net/weixin_74923758/article/details/143654455

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!