ci010 / electron-vue-next

A starter template for using vue-next with the electron.
https://ci010.github.io/electron-vue-next/
191 stars 27 forks source link

support JSX & TSX ? #38

Closed carlosyan1807 closed 3 years ago

carlosyan1807 commented 3 years ago

I'm a newcomer and I don't understand Electron at all, I just started to pay attention to it recently. I can hardly understand the code in your scripts directory.

I am making a practice project that mock the VSCode interface based on your repo, in order to learn vue3(tsx) and vite.

How can support JSX and TSX? thanks.

chinese?

cawa-93 commented 3 years ago

It must work out-of-box See https://github.com/vitejs/vite#jsx

carlosyan1807 commented 3 years ago

ok. thanks for reply.