Hey guys,
I really love the structure of NuxtJS and the Build System.
Is it possible to integrate NuxtJS into Weex or is there any other possibility to simply create native apps with Nuxt?
Weex: https://github.com/apache/incubator-weex/
Best Regards,
Smith
+1 for this or a better native solution. nuxt is very close to providing a true full-stack solution!
If Nuxt works with weex / cordova we can finally build ONE application for the web and for native devices! Awesome!
When ssr: false
mode is stable enough nuxt
+ nuxt generate
apps can be almost deployed to any environment from embedded devices (Imagine home routers like ddwrt) to native applications :)) About native integration, i think we have two easier and less complex alternative options too: native-script and react-native :)) For both of them vue community made POCs so we may just wait until they become more stable.
@pi0 it would be perfect if nuxt
could be seen as the base codebase framework and further integrations to NativeScript/Weex/ReactNative would be possible without changing the project structure
@pi0 Any updates in here? Nuxt + NativeScript?
Vue + NativeScript already works, so let's to to Nuxt + NativeScript!
Vue + NativeScript is pretty stable now. Is this still on the plan? Thanks!
Closing this as there's been no updates over 90 days.
It's definitely on the table for talks.
We are looking for a way how to generate web and mobile apps from one codebase, same components, but different navigation or native code.
NativeScript and Weex (or React Native) does not seems to fit beacuse it does not render HTML (without another layer like React Native Web) so if even possible will be very limiting on web.
For us Capacitor could work - uses webview (backwards compatible with Cordova) but with native project ownership (Xcode project is in the repo), co can be easilly combined with native code.
Most helpful comment
Vue + NativeScript already works, so let's to to Nuxt + NativeScript!