Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dracaster/scaffold-mobile
A basic template for mobile development, developed with NativeScript + VueJS
https://github.com/dracaster/scaffold-mobile
application-tns nativescript vuejs
Last synced: 18 days ago
JSON representation
A basic template for mobile development, developed with NativeScript + VueJS
- Host: GitHub
- URL: https://github.com/dracaster/scaffold-mobile
- Owner: DraCaster
- Created: 2021-03-02T14:54:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T13:25:09.000Z (almost 4 years ago)
- Last Synced: 2024-11-27T16:35:25.774Z (3 months ago)
- Topics: application-tns, nativescript, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scaffold-mobile
A basic template for mobile development, developed with NativeScript and VueJS### Features
:heavy_check_mark: Integrations with the operating system (Camera , GPS, others)
### Roadmap
- i18n
- Vuex
- Possibility to connect to an API using GraphQL## Project setup
### 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