Replies: 1 comment
-
No, Petite Vue does not use .vue single file components, use the full Vue.js instead. That said, you can include a Petite Vue component as a single .js module like this example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a minimal single page application with a bundler .
Can i use petite-vue with SFC .vue files, or do i then need to add the template compiler?
Beta Was this translation helpful? Give feedback.
All reactions