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: 2 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T13:25:09.000Z (about 5 years ago)
- Last Synced: 2025-10-19T04:45:10.714Z (8 months ago)
- Topics: application-tns, nativescript, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- 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