nasuc

Results 1 issues of nasuc

## Setup deno.json ``` "imports": { ... "vuetify/components": "https://esm.sh/[email protected]/components", ... }, ``` main.ts ``` import * as components from 'vuetify/components'; ``` List of vuetify components contains many **mjs** files: [https://esm.sh/[email protected]/components](https://esm.sh/[email protected]/components)...

deno