Что ж, я только что обнаружил в параметрах команды vue inspect
, что вы можете использовать подробный параметр -v
, чтобы увидеть полные определения функций.
vue inspect --help
Usage: inspect [options] [paths...]
inspect the webpack config in a project with vue-cli-service
Options:
--mode <mode>
--rule <ruleName> inspect a specific module rule
--plugin <pluginName> inspect a specific plugin
--rules list all module rule names
--plugins list all plugin names
-v --verbose Show full function definitions in output
-h, --help output usage information