How to setup component testing with Vue without having a build step #27407
Unanswered
hwalinga
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use Vue without a build step. It is all just Javascript. How do we do component testing when we don't use anything like webpack? I guess we still need a way to serve the files somehow, but what would be a good approach?
https://vuejs.org/guide/extras/ways-of-using-vue.html#standalone-script
Beta Was this translation helpful? Give feedback.
All reactions