How to include css files in Vue 2

后端 未结 4 1616
囚心锁ツ
囚心锁ツ 2020-12-01 03:00

I\'m new to vue js and trying to learn this. I installed a fresh new version of vue webpack in my system. I\'m having a css, js and images of this a theme template which I w

4条回答
  •  误落风尘
    2020-12-01 03:25

    As you can see, the import command did work but is showing errors because it tried to locate the resources in vendor.css and couldn't find them

    You should also upload your project structure and ensure that there aren't any path issues. Also, you could include the css file in the index.html or the Component template and webpack loader would extract it when built

提交回复
热议问题