How to build a hybrid mobile app with vue.js?
I am looking for a framework to create hybrid mobile (and web) apps based on webview to create a mobile app in my html/css/js-world. ionic is offering that, but only in angular. but it should be possible to do this in vue.js, which is my favorite js-framework, which i want to use.
I`ve followed Tutorials like this https://alligator.io/vuejs/vue-ionic/
How can i now test, build and deploy this app for ios and android?
javascript android ios vue.js mobile
add a comment |
I am looking for a framework to create hybrid mobile (and web) apps based on webview to create a mobile app in my html/css/js-world. ionic is offering that, but only in angular. but it should be possible to do this in vue.js, which is my favorite js-framework, which i want to use.
I`ve followed Tutorials like this https://alligator.io/vuejs/vue-ionic/
How can i now test, build and deploy this app for ios and android?
javascript android ios vue.js mobile
add a comment |
I am looking for a framework to create hybrid mobile (and web) apps based on webview to create a mobile app in my html/css/js-world. ionic is offering that, but only in angular. but it should be possible to do this in vue.js, which is my favorite js-framework, which i want to use.
I`ve followed Tutorials like this https://alligator.io/vuejs/vue-ionic/
How can i now test, build and deploy this app for ios and android?
javascript android ios vue.js mobile
I am looking for a framework to create hybrid mobile (and web) apps based on webview to create a mobile app in my html/css/js-world. ionic is offering that, but only in angular. but it should be possible to do this in vue.js, which is my favorite js-framework, which i want to use.
I`ve followed Tutorials like this https://alligator.io/vuejs/vue-ionic/
How can i now test, build and deploy this app for ios and android?
javascript android ios vue.js mobile
javascript android ios vue.js mobile
asked Nov 24 '18 at 14:54
timo kranztimo kranz
81129
81129
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Cordova is the Answer. This is a better tutorial: https://www.techiediaries.com/ionic-vue/
add a comment |
Ionic 4 just announced Alpha release of Vue.js integration. https://blog.ionicframework.com/a-vue-from-ionic/
To build for ios and android, look into Capacitor. https://capacitor.ionicframework.com/
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
add a comment |
This is a better Tutorial https://github.com/c4software/vuejs-cordova-sample. Here you can find even Native-Examples used in a vue component, build with cordova.
add a comment |
check for this framework: https://quasar-framework.org/
It lets you deploy to Android, IOS,to make a PWA, and a Electron app with the same codebase.
With an excellent documentation also!
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53459383%2fhow-to-build-a-hybrid-mobile-app-with-vue-js%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Cordova is the Answer. This is a better tutorial: https://www.techiediaries.com/ionic-vue/
add a comment |
Cordova is the Answer. This is a better tutorial: https://www.techiediaries.com/ionic-vue/
add a comment |
Cordova is the Answer. This is a better tutorial: https://www.techiediaries.com/ionic-vue/
Cordova is the Answer. This is a better tutorial: https://www.techiediaries.com/ionic-vue/
answered Nov 24 '18 at 19:05
timo kranztimo kranz
81129
81129
add a comment |
add a comment |
Ionic 4 just announced Alpha release of Vue.js integration. https://blog.ionicframework.com/a-vue-from-ionic/
To build for ios and android, look into Capacitor. https://capacitor.ionicframework.com/
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
add a comment |
Ionic 4 just announced Alpha release of Vue.js integration. https://blog.ionicframework.com/a-vue-from-ionic/
To build for ios and android, look into Capacitor. https://capacitor.ionicframework.com/
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
add a comment |
Ionic 4 just announced Alpha release of Vue.js integration. https://blog.ionicframework.com/a-vue-from-ionic/
To build for ios and android, look into Capacitor. https://capacitor.ionicframework.com/
Ionic 4 just announced Alpha release of Vue.js integration. https://blog.ionicframework.com/a-vue-from-ionic/
To build for ios and android, look into Capacitor. https://capacitor.ionicframework.com/
answered Nov 29 '18 at 15:15
Shane RichardsonShane Richardson
3016
3016
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
add a comment |
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
I make an app in vue and transform it into an apk with cordova recently, but without the native stuff like camera, ect. i didnt find a good tutorial how to do this right from scratch.
– timo kranz
Dec 2 '18 at 12:38
add a comment |
This is a better Tutorial https://github.com/c4software/vuejs-cordova-sample. Here you can find even Native-Examples used in a vue component, build with cordova.
add a comment |
This is a better Tutorial https://github.com/c4software/vuejs-cordova-sample. Here you can find even Native-Examples used in a vue component, build with cordova.
add a comment |
This is a better Tutorial https://github.com/c4software/vuejs-cordova-sample. Here you can find even Native-Examples used in a vue component, build with cordova.
This is a better Tutorial https://github.com/c4software/vuejs-cordova-sample. Here you can find even Native-Examples used in a vue component, build with cordova.
answered Dec 2 '18 at 17:08
timo kranztimo kranz
81129
81129
add a comment |
add a comment |
check for this framework: https://quasar-framework.org/
It lets you deploy to Android, IOS,to make a PWA, and a Electron app with the same codebase.
With an excellent documentation also!
add a comment |
check for this framework: https://quasar-framework.org/
It lets you deploy to Android, IOS,to make a PWA, and a Electron app with the same codebase.
With an excellent documentation also!
add a comment |
check for this framework: https://quasar-framework.org/
It lets you deploy to Android, IOS,to make a PWA, and a Electron app with the same codebase.
With an excellent documentation also!
check for this framework: https://quasar-framework.org/
It lets you deploy to Android, IOS,to make a PWA, and a Electron app with the same codebase.
With an excellent documentation also!
answered Dec 2 '18 at 21:12
Walter CejasWalter Cejas
42039
42039
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53459383%2fhow-to-build-a-hybrid-mobile-app-with-vue-js%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown