摘要: vue本地项目静态资源管理 统一放在src/static里面css,images,js index.html里面使用重置样式 <link rel="stylesheet" href="static/css/reset.css"> 组件里面使用图片 <div><img src="/static/img 阅读全文
posted @ 2018-08-22 22:04 慕城蓝就 阅读(1344) 评论(0) 推荐(0)