Skip to content

Really simple Vue Native TODO app with NativeBase components (and how to debug vue native apps)

Notifications You must be signed in to change notification settings

TheBojda/VueNativeTodo

Repository files navigation

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 or iOS 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)?

About

Really simple Vue Native TODO app with NativeBase components (and how to debug vue native apps)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published