How to include a CDN to VueJS CLI without NPM or Webpack?

前端 未结 3 1210
时光说笑
时光说笑 2020-12-08 02:58

I\'m new on VueJS ans Webpack. I\'ve created a project with VueJS CLI and trying to work with it. I need to insert an CDN to my code.

When working with standard HTML

3条回答
  •  独厮守ぢ
    2020-12-08 03:42

    https://renatello.com/vue-js-external-css

    1. Include CSS file in one component
    2. Include globally
    3. Include in index.html

提交回复
热议问题