查看config/index.js里面的文件,
dev: {
assetsPublicPath: '/',
host: 'localhost',
port: 8080,
}
确保dev下面这三项正确,就可以正确运行http://localhost:8080
查看config/index.js里面的文件,
dev: {
assetsPublicPath: '/',
host: 'localhost',
port: 8080,
}
确保dev下面这三项正确,就可以正确运行http://localhost:8080