A native application built with NativeScript-Vue
# Install dependencies
npm install
# Build for production
npm run build
npm run build:<platform>
# Build, watch for changes and debug the application
npm run debug
npm run debug:<platform>
# Build, watch for changes and run the application
npm run watch
npm run watch:<platform>
# Clean the NativeScript application instance (i.e. rm -rf dist)
npm run clean
When invoking the various npm scripts, omitting the platform will attempt to launch
tns
for both platforms, which will only work in a properly configured OSX environment.
For detailed instructions, see https://github.com/nativescript-vue/vue-cli-template
APOLLO配置中心 使用的Apollo版本和部署: 每个环境独立部署apollo-adminservice-1.5.1,apollo-configservice-1.5.1 访问数据库ApolloConfigDB Portal只需要部署一个就行 因为Portal需要管理多个环境,因此需要在Portal下的配置文件apollo-env.properties配置各个环境的meta-server地址
ns-vue-nami Router companion for Nativescript-Vue 2.0's Manual Routing. Yep, that's her, Nami from One Piece. Why? Coz she's a navigator. Installation npm npm install ns-vue-nami yarn yarn add ns-vue-
Ns-Vue-Radio is a native white-label application built with NativeScript-Vue for community radios Download and Install Download the command line tools from the android website. Follow this steps: Nati
Groceries Vue Groceries Vue is an app for managing grocery lists. Groceries Vue is also a clone of sample-Groceriesbuilt with nativescript-vue. Itshowcases the potential of the NativeScript platform u
NativeScript-Vue Application A native sample application using nativescript vue-cli template and camera pluginusing the 0.2.0 branch of the cli pluginneeded to import the ui/image module like this if
NativeScript-Vue Application Using Tabs & Login Screen A native application built with NativeScript-Vue Scaffolding for tab application with authentication Usage # Install dependenciesnpm install# Bui
这用于创建新的命名空间并将其与正在运行的程序相关联。 语法 (Syntax) 以下是语法。 (ns namespace-name) Parameters - 'namespace-name'是需要与正在运行的程序关联的命名空间。 Return Value - 无。 例子 (Example) 以下是Clojure中ns的示例。 (ns clojure.myown (:require [clo