Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albasyir/nativescript-vue-learning
Just want to learn about NativeScript and Vue for make android apps
https://github.com/albasyir/nativescript-vue-learning
Last synced: 22 days ago
JSON representation
Just want to learn about NativeScript and Vue for make android apps
- Host: GitHub
- URL: https://github.com/albasyir/nativescript-vue-learning
- Owner: albasyir
- Created: 2021-01-22T12:18:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T06:39:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T21:20:59.489Z (3 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo
> just learn
## Usage
``` bash
# 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# Build for production
tns build --env.production```