Use vue-facing-decorator in a browser only, with no build step #40
Replies: 3 comments 14 replies
-
v-f-d in npm is a esm build. You could try import it's index.js file in importmap script. If that not works, I could build a single esm file version for you. |
Beta Was this translation helpful? Give feedback.
-
I've tried various ways of importing like you suggest, but there are too many reference to packages in an npm style, that it's impossible. I've tried with both importmaps and path alias. I would really appreciate it if you could build a "browser version"! I'm developing in an environment with no internet or npm access, so it's a bit of a hassle 🤪 |
Beta Was this translation helpful? Give feedback.
-
I released v2.1.14, that contains a esm bulid in
|
Beta Was this translation helpful? Give feedback.
-
I'm looking at using Vue 3 and vue-facing-decorator in an environment that doesn't have Internet access, and without a build-step. I'm using referencing "vue" through the help of an importmap like this:
Is it possible to reference vue-facing-decorator in the same way, through importmap and browser-only? The package contains many different files, I'm not sure where to start :D
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions