摘要: vue应用开发流程 vue-cli构建项目骨架 npm install安装依赖包 npm run dev 开发调试代码 npm run build生产环境代码 问题执行第4步完成后,通常有如下小提示 Tip: built files are meant to be served over an HT 阅读全文
posted @ 2020-08-24 16:34 鸣人卷~~ 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 报错:Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed proper 阅读全文
posted @ 2020-08-24 11:35 鸣人卷~~ 阅读(1606) 评论(0) 推荐(0) 编辑