DEV Community

Discussion on: Webpacker, Vue 3, and TypeScript

Collapse
 
elmassimo profile image
Máximo Mussini • Edited

Vue 3 and TypeScript are easier to setup when using Vite.js.

No need to configure loaders, you can add @vitejs/plugin-vue, and typescript, and you are good to go.

Check Vite Ruby if integrating Vite.js in Rails.