摘要: 一、要求vue-cli版本3.0以上,首先升级至3.0以上,然后vue create antd-demo即可 二、项目发布,使用npm run build打包,router去掉history模式,自建vue.config.js文件,设置如下规则: publicPath: './', // 默认'/' 阅读全文
posted @ 2021-03-29 10:48 有梦想的前端er 阅读(560) 评论(0) 推荐(0)