I using the ionic framework with cdn and without other framework:
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css"/>
But it do not work:
Failed to load resource: the server responded with a status of 404 ()
17p-aea38759.js:1 TypeError: Failed to fetch dynamically imported module: https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-0b5fbec3.entry.js undefined
Oe @ p-aea38759.js:1
17p-aea38759.js:1 Uncaught (in promise) TypeError: Cannot read property ‘isProxied’ of undefined
at p-aea38759.js:1
p-24dc7b6e.entry.js:1 Failed to load resource: the server responded with a status of 404 ()
10p-aea38759.js:1 TypeError: Failed to fetch dynamically imported module: https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-24dc7b6e.entry.js undefined
Oe @ p-aea38759.js:1
10p-aea38759.js:1 Uncaught (in promise) TypeError: Cannot read property ‘isProxied’ of undefined
at p-aea38759.js:1
p-5e452afb.entry.js:1 Failed to load resource: the server responded with a status of 404 ()
2p-aea38759.js:1 TypeError: Failed to fetch dynamically imported module: https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-5e452afb.entry.js undefined
Oe @ p-aea38759.js:1
2p-aea38759.js:1 Uncaught (in promise) TypeError: Cannot read property ‘isProxied’ of undefined
at p-aea38759.js:1
and so on … 64 errors in console