0👍
I know this is old but I followed the same tutorial and needed to create a vue.config.js
that looks like below in order to have the project assets resolve correctly.
module.exports = {
publicPath: '/your-project-name/'
}
Source:stackexchange.com