-
Notifications
You must be signed in to change notification settings - Fork 57
ViteJs #1236
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ViteJs #1236
Conversation
Can Vite only handle files with .vue extension? |
Nice! Ideally I'd like to use the same build tool for local development and building for production, so there are no unexpected surprises. Can vite also build the finished bundle? |
Vite should be able to handle anything that is Javascript. If I recall correctly, with version 2 Vite not even depends on Vue anymore and is framework agnostic. What changes is that the file extension cannot be omitted anymore for importing Vue files. This is by design and will stop working in upcoming releases of |
Yes, It uses rollup under the hood for building. Haven't tried it yet, though. |
Theoretically, yes. Haven't tried it yet & it's still marked as experimental: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
After vite migration the whitespaces of new lines, were not discarded.
Revisiting #484 as I had to use again my (slow) notebook for the upcoming Hackathon :-)
Is this something that looks interesting to you?
I guess I could make it workable with another hour or two. At the moment only the Login screen and the home screen works.
Pending:
.vue