On the Choice of (Hbuild), Packaging and UI Framework for WEB APP Development

I would like to ask all the great gods, if I plan to develop a webapp and then package it with hbuild, what should I pay attention to? At present, I intend to use vue family buckets for development, but seeing that HBUILD officially has its own MUI, I would like to ask whether this MUI is of the same nature as other UI frameworks (currently considering VUX or MINT-UI). Or does choosing another UI framework make it more troublesome to develop in the project? Want to change UI is mainly because the introduction of MUI can not be installed with WEBPACK, and I think there are fewer components, no bottom menu and so on. Ask for an experienced answer to my question, thank you!


1. First of all, MUI and MINT-UI are UI frameworks or component libraries, but they are different in nature. Mui is based on native js or jQuery, while mint-ui is based on vue
2.mui packaging without webpack participation. Hbuild should be very convenient to use
3. As far as technology selection is concerned, if you need rapid development and have not used vue, it is recommended to directly use the files from mui


vue build and package them in Hbuilder. If you want to use the extension function, just use the HTML5+api inside

Menu