nativescript-vue-template
NativeScript Vue 应用
npm i --save nativescript-vue-template

NativeScript Vue.js 模板

此存储库作为 NativeScript + Vue.js 项目的起点,使用 nativescript-vue

用法

  1. 安装 NativeScript 工具(见 https://docs.nativescript.cn/start/quick-setup)

  2. 从该模板创建应用

tns create hello-ns-vue --template nativescript-vue-template

cd hello-ns-vue

由于 nativescript-vue 项目在 npm 上可能不是最新的,你可能需要在项目文件夹中运行 npm link nativescript-vue(如 此处所述)。

  1. 在 Android 或 iOS 上运行
tns run android
tns run ios

模板

此模板包含多个应用程序示例,您可以用作应用程序的起点。要实验,请尝试将 app-with-list-view.jsapp-with-router.jsapp-with-tab-view.jsapp-with-vmodel.js 中的代码复制并粘贴到应用程序的 app.js 文件中。