I used vue-cli to see import Hello from '@/components/Hello'
What does this @
mean? It is the same as ../
What's the difference?
ringa_lee2017-05-16 13:45:39
Look at the webpack configuration
The alias in resolve in webpack.base.conf.js in the build folder