Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bchiang7/nativescript-pokedex
A Pokedex app built with NativeScript-Vue
https://github.com/bchiang7/nativescript-pokedex
Last synced: 12 days ago
JSON representation
A Pokedex app built with NativeScript-Vue
- Host: GitHub
- URL: https://github.com/bchiang7/nativescript-pokedex
- Owner: bchiang7
- Created: 2019-10-14T19:12:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:42:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:31:41.969Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.64 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript Pokedex
> A Pokedex app built with NativeScript-Vue
## 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```
## Screenshots