Quasar UMD mode without using CDN
-
Is it possible to use Quasar UMD mode without using CDNs.
The project requires the website to work in a closed network. I tried to download the CDN files and serve it on local server, but the browser generates bug: Uncaught ReferenceError: Vue is not defined.Please let me know if it is possible to use Quasar UMD without using CDNs, and the proper way to achieve it.
-
Just to be sure , did you read this ( with warnings and all) https://quasar.dev/start/umd#Installation
So the app works when using the 4 cdn quasar urls. But as soon as you change it to local urls it stops working?