当前位置: 首页 > 软件库 > 手机/移动开发 > >

nativescript-vue-examples

🍈 NativeScript and Vue code samples.
授权协议 MIT License
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 穆智刚
操作系统 iOS
开源组织
适用人群 未知
 软件概览

logo

Supporting NativeScript-Vue-Examples

This project is a personal maintenance project, due to limited energy, you need to support.
Welcome star, your star is my biggest support!

NSVue Examples

A native application built with NativeScript-Vue

Usage

# Install dependencies
npm install

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

# Build, watch for changes and debug the application
tns debug <platform>

# Build for production
tns build <platform> --env.production

Version dependent

MacBook-Pro:~ tom$ tns --version
6.2.0
MacBook-Pro:~ tom$ tns doctor
✔ Getting environment information 

No issues were detected.
✔ Your ANDROID_HOME environment variable is set and points to correct directory.
✔ Your adb from the Android SDK is correctly installed.
✔ The Android SDK is installed.
✔ A compatible Android SDK for compilation is found.
✔ Javac is installed and is configured properly.
✔ The Java Development Kit (JDK) is installed and is configured properly.
✔ Xcode is installed and is configured properly.
✔ xcodeproj is installed and is configured properly.
✔ CocoaPods are installed.
✔ CocoaPods update is not required.
✔ CocoaPods are configured properly.
✔ Your current CocoaPods version is newer than 1.0.0.
✔ Python installed and configured correctly.
✔ The Python 'six' package is found.
✔ Xcode version 10.1.0 satisfies minimum required version 10.
✖ Getting NativeScript components versions information...
  • 中文版(英文浓缩) 组件是什么? 组件:具有预定义选项的实例 组件是一种抽象,允许我们使用小型、独立和通常可复用的组件构建大型应用 通过 prop ,我们可以实现父子组件之间的解耦,有了属性,子组件中就可以使用更为复杂的模板和逻辑,比如如下 <!-- 复制到 html 中可以直接运行哦,看看是什么结果吧 --> <div id="main"> <ol> <!-- 子组件

  • 路由 — Vue.js Vue Router 一、引入 vue-router可以大幅度提升网站性能。只要首页加载完毕,在不同页面之间的导航就会变得飞快,因为所有的HTML、Javascript以及CSS都已经被下载下来了。 建议浏览一下核心概念再开始使用哦! 二、核心概念 1.Html5的History模式 vue-router默认使用URL hash来存储路径。自从有了HTML5 history

  • Vue -渐进式JavaScript框架 介绍 vue 中文网 vue github Vue.js 是一套构建用户界面(UI)的渐进式JavaScript框架 库和框架的区别 我们所说的前端框架与库的区别? Library 库,本质上是一些函数的集合。每次调用函数,实现一个特定的功能,接着把 控制权交给使用者 代表:jQuery jQuery这个库的核心:DOM操作,即:封装DOM操作,简化DOM

 相关资料
  • Supporting NativeScript-Vue NativeScript-Vue is an MIT-licensed open source project made possible by our sponsors: and these awesome backers: Tiago Alves Kamen Bundev Jan Weller OpenLitterMap Aparajit

  • A simple router implementation that is suitable for NativeScript-Vue. Prerequisites / Requirements All your own components must have unique name All routes name must have unique name Your app need a m

  • NativeScript-Vue-Navigator NativeScript-Vue-Navigator is a simple router implementation that is suitable for NativeScript-Vue. Quick Start $ npm install --save nativescript-vue-navigator // main.jsimp

  • Awesome NativeScript Vue NativeScript-vue resource collection. This is a document to be completed together. Collaboration with the "revision" branch. Thank you Official: Documentation Repository Slack

  • NativeScript-Vue Global Drawer A Vue.js plugin that bootstrap the integration of RadSideDrawer in your NativeScript-Vue project. Declare your drawer once and access it everywhere through your componen

  • NativeScript Vue Router nativescript-vue-router-extended NativeScript Vue Router brings easier routing handling to mobile apps, with an API compatibility with web version of Vue Router. Please file an