how do I migrate a project developed by Angular2 to Mini Program?
what I find is basically mpvue or angularJS.
I just need the general steps, and I"ll do the rest myself.
how do I migrate a project developed by Angular2 to Mini Program?
what I find is basically mpvue or angularJS.
I just need the general steps, and I"ll do the rest myself.
1, Mini Program access
2 to shell Mini Program, no matter whether it is native or otherwise.
3. Use the web-view
component of Mini Program to nest Angular2
projects directly. (need to configure the business domain name of Mini Program)
4. Function modification (for example: sharing, payment)
use wepy
, mpvue
, or native high imitation Angular2
project
Note that Mini Program has a limited page size; if the project is large, it is recommended to redevelop it