How to include css files in Vue 2

后端 未结 4 1607
囚心锁ツ
囚心锁ツ 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:16

    You can import the css file on App.vue, inside the style tag.

    
    

    Also, make sure you have the right loaders installed, if you need any.

提交回复
热议问题