Good IDE for JavaScript project
It took several days to modify my project for its node runtime, but succeeded to execute “npm run dev” and load it from web browser. Built-in examples such as “vue-starter” are good for reference. Here is what I changed: Vue.js Vite -> webpack Three.js JavaScript Typescript -> translate to Javascript Other confusing points are for using the app without physical keyboard: * There are no buttons to save files, so I closed files to save every time. * If escape button is located, vim feature is useful. * Selection in editor is hard to use