Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GeekyAnts/KitchenSink-Vue-Native
KitchenSink app for Vue Native (using NativeBase)
https://github.com/GeekyAnts/KitchenSink-Vue-Native
Last synced: 3 months ago
JSON representation
KitchenSink app for Vue Native (using NativeBase)
- Host: GitHub
- URL: https://github.com/GeekyAnts/KitchenSink-Vue-Native
- Owner: GeekyAnts
- License: mit
- Created: 2018-04-13T07:34:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:28:22.000Z (over 1 year ago)
- Last Synced: 2024-04-21T07:35:18.140Z (7 months ago)
- Language: Vue
- Size: 5.97 MB
- Stars: 417
- Watchers: 21
- Forks: 123
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# NativeBase KitchenSink App For Vue Native
This project was bootstrapped with [Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli).
## Demo
| iOS | Android |
| :---------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: |
| ![ios-demo](https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/master/screenshots/iOS.gif) | ![android-demo](https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/master/screenshots/Android.gif) |## Installation
* **Clone and install packages**
```
git clone https://github.com/GeekyAnts/KitchenSink-Vue-Native.git
cd KitchenSink-Vue-Native
npm install
```* **Run on iOS**
* Opt #1:
* Run `npm start` in your terminal
* Scan the QR code in your Expo app
* Opt #2:
* Run `npm run ios` in your terminal- **Run on Android**
* Opt #1:
* Run `npm start` in your terminal
* Scan the QR code in your Expo app
* Opt #2:
* Make sure you have an `Android emulator` installed and running
* Run `npm run android` in your terminal