Is electron-vue suitable for the working interface of ubuntu applets?

in making a small terminal based on ubuntu, the interface should be beautiful and practical, and the software system should not be too large. Whether it is possible to adopt electron-vue? What is the current maturity and stability of this way of turning vue.js into desktop native applications? What is the support for system-level API?

Mar.15,2021

even heavyweight app like vscode has no problem based on electron, maturity and stability, and is a completely different concern. However, the support for system API is limited, so if you need a lot of operating system underlying api, you'd better check it under electron first.

Menu