Search code examples
ionic-frameworkionic3cdn

Ionic v3 css CDN link?


I am looking for Ionic v3 css CDN link. I figured out that styles are applied through JS bundles post compilation. I found out the links for the older versions here . Similarly do we have any CDN links for V3 and plus?


Solution

  • You can use unpkg.com.

    unpkg is a fast, global content delivery network for everything on npm. Use it to quickly and easily load any file from any package using a URL.

    Default theme: https://unpkg.com/ionic-angular@3.9.2/css/ionic.min.css

    Dark theme: https://unpkg.com/ionic-angular@3.9.2/css/ionic.dark.min.css