An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/nativescript-vue-vuex

This ToDo App is a Vuex state management implmentation in NativeScript-Vue.
https://github.com/webmasterdevlin/nativescript-vue-vuex

Last synced: 9 months ago
JSON representation

This ToDo App is a Vuex state management implmentation in NativeScript-Vue.

Awesome Lists containing this project

README

          

# NativeScript-Vue Application

> A native application built with NativeScript-Vue

## Usage

``` bash
# Install dependencies
npm install

# Build for production
tns build --bundle

# Build, watch for changes and debug the application
tns debug --bundle

# Build, watch for changes and run the application
tns run --bundle
```