Can you still see the element-ui version information it uses in the results compiled by vue.js?

In the result compiled by

webpack+vue.js+element-ui, do you know which third-party packages it uses, as well as version information?

-rw-r--r--. 1 root root    16394 3  27 16:18 0.aeedce35f5316455f226.js
-rw-r--r--. 1 root root    52431 3  27 16:18 0.aeedce35f5316455f226.js.map
-rw-r--r--. 1 root root   575068 3  27 16:18 app.4a8c11f8863b461a269d.js
-rw-r--r--. 1 root root  3202236 3  27 16:18 app.4a8c11f8863b461a269d.js.map
-rw-r--r--. 1 root root     1460 3  27 16:18 manifest.8d36d67e452c23f6034c.js
-rw-r--r--. 1 root root    14171 3  27 16:18 manifest.8d36d67e452c23f6034c.js.map
-rw-r--r--. 1 root root  2537513 3  27 16:18 vendor.2d6401de59fc3f96d16f.js
-rw-r--r--. 1 root root 15293644 3  27 16:18 vendor.2d6401de59fc3f96d16f.js.map
Feb.27,2021

  1. you go directly to package.json.
  1. directly flip through the packaged code to find the keywords version=
Menu