'Can I access a vue page thats built for the web via an Android app?
I work with a system that should work both on the Web and an Android App. The web part is made with Vue using Webpack, the app works via Webview, we build all the pages and files as assets and pass it to the app as plugins.
This build is, today, our main problem developing for the app, a single change in the code would take up to 5 minutes of building the assets, then the app, and then testing the change (which isn't as fast and easy on Android as it is on the web).
I was given the task to refactor the way this works and get us a faster and less frustrating way of working with the App. I consider 2 options:
- Try and make the webpack building of the assets faster
- Try using the already working web part on the app, accessing it via my localhost at first.
The second option seems best since it gets rid of the webview build and could result in web development being enough to cover both the web and the app, but I'm not sure it's even possible. That's why I'm here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
