TheBojda / VueNativeTodo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:JavaScript 63.9%Language:Vue 36.1%