Nw.js + Vue 3 #10572
Unanswered
salomaosnff
asked this question in
Help/Questions
Nw.js + Vue 3
#10572
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create an Nw.js project and I want to use Vue 3 to create the interface.
However, I saw that Vite is Opinionated for the Browser and I can't import builtin node modules like
fs
andhttp
.So I decided to do an experiment: using the rollup with the plugin
@vitejs/plugin-vue
Apparently it worked, but I was very unsure about continuing with this approach.What ways could you suggest me to create this project?
Is rollup with @vitejs/plugin-vue appropriate for this situation?
Is there any way to configure Vite so that it works in Nw.js?
Beta Was this translation helpful? Give feedback.
All reactions