https://github.com/thebojda/vuenativetodo
Really simple Vue Native TODO app with NativeBase components (and how to debug vue native apps)
https://github.com/thebojda/vuenativetodo
debug debugging nativebase todoapp vue vue-native
Last synced: 5 months ago
JSON representation
Really simple Vue Native TODO app with NativeBase components (and how to debug vue native apps)
- Host: GitHub
- URL: https://github.com/thebojda/vuenativetodo
- Owner: TheBojda
- Created: 2020-06-07T06:34:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T07:54:55.000Z (about 3 years ago)
- Last Synced: 2025-01-12T16:43:03.779Z (about 1 year ago)
- Topics: debug, debugging, nativebase, todoapp, vue, vue-native
- Language: JavaScript
- Homepage:
- Size: 979 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueNativeTodo
Really simple Vue Native TODO app with NativeBase components (and how to debug vue native apps)
## How to install
* clone the repository
* **npm install -g expo-cli**
* **npm install**
* **expo start**
* Download the Expo App for [Android](https://play.google.com/store/apps/details?id=host.exp.exponent) or [iOS](https://apps.apple.com/us/app/expo-client/id982107779) and scan the QR code.
## Why methods are in a separated mixin?
Debugging vue files in Chrome are not working very well. You cannot add breakpoints to the script part of it. But if you put it to a separated js file, it works like a charm.
## How to debug vue native apps (expo apps)?
* Shake the device to see the dev menu.
* Choose **Debug Remote JS**
* Open [http://localhost:19001/debugger-ui/](http://localhost:19001/debugger-ui/)
* You will find your code in the worker in the Chrome Dev Console