命令行输出 npm run dev 页面可以显示但输出npm run build 本地服务器一片空白
图2为命令行
怀疑是配置的路径问题 命令行打包的文件 找不到 求大神指点
ringa_lee
The command shows that the file has been generated. Is there something wrong with the publicPath configuration?
These two commands are defined in the scripts object under the package.json file. You can see how they are written
What’s your problem? I’m the same as you
The command shows that the file has been generated. Is there something wrong with the publicPath configuration?
These two commands are defined in the scripts object under the package.json file. You can see how they are written
What’s your problem? I’m the same as you