Specifying Path to point to /src #4
Unanswered
mpaustin1993
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi Michael! @mpaustin1993 Are you using a backend integration or just plain Vite? Typically, if you are only using Vue 3, the Can you share the tree structure of your project? Is the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Great plugin - thank so much for implementing this.
I'm currently running a Vue3 app & I'm trying to have the app fully reload upon any edits to all Vue components in my views folder:
Is this the proper configuration?
FullReload(['views/**/*.*', 'src/'])
Beta Was this translation helpful? Give feedback.
All reactions