What does it mean to encounter the @ symbol when using the nuxt-koa template?

clipboard.png
css: [

"element-ui/lib/theme-chalk/reset.css",
"element-ui/lib/theme-chalk/index.css",
"@/assets/css/main.css"

],
/ *
* * Plugins to load before mounting the App
* /
plugins: [

"@/plugins/element-ui"

],

what does it mean to encounter the @ symbol when using the nuxt-koa template? Is this the directory where @ represents src files in vue-loader? If so, I did not find the relevant configuration file of @ through the global search, and there is no src file directory in the project. I also hope the passing boss can help explain it. Thank you

.
Apr.06,2022
Menu