Skip to content

Commit

Permalink
feat: madge分析文件依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
MuYi086 committed Jul 4, 2024
1 parent 1ad9328 commit 43eb7ef
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Docs/Articles/Node/使用vue-cli搭建vue项目.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,16 @@ function getData () {
}
```
## 分析文件依赖
```shell
# 安装
npm -g install madge
# 使用
madge src/main.js
```
## 参考
1. [VUE-CLI使用](https://www.cnblogs.com/samve/p/9095328.html)
Expand All @@ -354,4 +364,5 @@ function getData () {
1. [测试框架 Mocha 实例教程](http://www.ruanyifeng.com/blog/2015/12/a-mocha-tutorial-of-examples.html)
1. [Nightmare](https://github.com/segmentio/nightmare)
1. [解决npm安装electron很慢的问题](https://segmentfault.com/a/1190000020932174)
1. [前端的UI自动化测试](https://maizsss.github.io/2017/10/28/%E5%89%8D%E7%AB%AF%E7%9A%84UI%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B5%8B%E8%AF%95/)
1. [前端的UI自动化测试](https://maizsss.github.io/2017/10/28/%E5%89%8D%E7%AB%AF%E7%9A%84UI%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B5%8B%E8%AF%95/)
1. [madge](https://github.com/pahen/madge?tab=readme-ov-file)

0 comments on commit 43eb7ef

Please sign in to comment.