重命名远程 tag git tag new old git tag -d old git push origin new :old
项目是基于 vue-cli 搭建,在vue.config.js中引入插件并启用: module.exports = { chainWebpa…