首先在扩展搜索liveServer下载安装之后右键html就会出现liveServer命令我用的vue-cli版本是3.2,为防止路径问题,在vue.config.js中修改publicPath为
module.exports = {
2019-05-13