Know this, but I was not exactly sure how it was determined, so I looked at it, came in, went deep and finally found it in my Vue-CLI ( Vue.js ) Webpack configuration was generated
resolve: { extensions: ['.js', '.vue', '.json'], alias: { '@': path.join(__dirname, '..', dir) } },
so this is an alias that in this case points to the vu-cli root generated by the project src directory
May 30 '17 at 1:05 a.m. 2017-05-30 01:05
source share