refer to the project root directory, or the src directory?
Look at the definition yourself. If you use vue-cli, it is defined here
alias in webpack.base.conf.js in the build folder
The resolve function is defined in the file
This is the path of webpack configuration. I remember someone asked this question before, I suggest you search it
This is built-in with vue, it means src, don’t worry about it. Just know it
It is recommended to take a look at the official documentation of webpack and the alias path alias in resolve
Generally, you can find out by using global search, resolve refers to the path alias
It’s equivalent to the alias you gave yourself
But webstorm cannot be found during path search. How to configure this?
Look at the definition yourself. If you use vue-cli, it is defined here
alias in webpack.base.conf.js in the build folder
The resolve function is defined in the file
This is the path of webpack configuration. I remember someone asked this question before, I suggest you search it
This is built-in with vue, it means src, don’t worry about it. Just know it
It is recommended to take a look at the official documentation of webpack and the alias path alias in resolve
Generally, you can find out by using global search, resolve refers to the path alias
It’s equivalent to the alias you gave yourself
But webstorm cannot be found during path search. How to configure this?