npm使用vue开发总结

常用命令:

1.编译 npm run bulid

2.启动 npm run dev

问题一:打包后,html文件没有引号

build目录webpack.prod.conf.js有一项配置:removeAttributeQuotes为false

问题二:

config目录下index.js修改assetsPublicPath: './'

猜你喜欢

转载自blog.csdn.net/zhaofengdeng/article/details/82145906
今日推荐