美文网首页
NativeScript-Vue

NativeScript-Vue

作者: May_41f5 | 来源:发表于2018-03-06 14:38 被阅读0次

    只记录关键点,更多的参照官网

    https://docs.nativescript.org/start/quick-setup

    升级sdk的时候如果升级失败,可以执行一下命令

    "%ANDROID_HOME%\tools\bin\sdkmanager" "platform-tools" "platforms;android-25" "build-tools;25.0.2" "extras;android;m2repository" "extras;google;m2repository"

    官网有几个例子都有或多或少问题 

    https://github.com/tralves/nativescript-vue-webpack-template 

    比方说这个,首先webpack4有较多问题,所以请提前全局安装 webpack@2.6.0+

    安装之后有概率情况出现报:Error: undefined:1:16: missing '{'

    详见 https://github.com/tralves/nativescript-vue-webpack-template/issues/26

    建议采用另一套template

    https://github.com/nativescript-vue/vue-cli-template/tree/master/template

    tns debug android/ios

    相关文章

      网友评论

          本文标题:NativeScript-Vue

          本文链接:https://www.haomeiwen.com/subject/qjqluxtx.html