Ask whether the project written by vuejs can be packaged with app in hbuilder.

Community recommendation: Nuggets is a technical community for programmers, from Vue to React, from front-end tutorials to open source libraries, whether entry-level or advanced, you won"t miss any technical information of front-end development.
for example, I want to develop a project with vue now, but if I want to make app later, can I package it with hbuilder?

then, for example, I have a payment function in the vue project. Whether I call wxjssdk or use the base of hbuilder to make payment is a bit vague, because vue is a single page, hbuilder is based on multiple pages, how to implement this payment function and can be packaged into app, is a bit big

Mar.11,2021

you can first judge the current environment, and then choose which method to call


the packaged ones haven't been tried. You can make vue into multiple pages, because vue itself is index.html

.

http://www.cnblogs.com/teemor.


I have given up packaging with hbuilder. I have packaged with cordova, and the plug-in for cordova is also good. It turns out that cordova is available when packaged, and vuejs supports calling native api

.
Menu