1、在vue文件中的<style>内填写需要引用的文件
如:
@import "./css/indexTest.css";
vue2.0引入现有css文件
原文:http://www.cnblogs.com/hongmaju/p/6874733.html