Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigor789/listviewscrollissuerepro
A reproduction for a ListView issue on ios
https://github.com/rigor789/listviewscrollissuerepro
Last synced: 3 days ago
JSON representation
A reproduction for a ListView issue on ios
- Host: GitHub
- URL: https://github.com/rigor789/listviewscrollissuerepro
- Owner: rigor789
- Created: 2018-08-31T19:33:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T19:33:56.000Z (over 6 years ago)
- Last Synced: 2024-11-08T07:59:01.829Z (about 2 months ago)
- Language: Vue
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```